
@import "http://weloveiconfonts.com/api/?family=zocial";
@import "http://weloveiconfonts.com/api/?family=typicons";
@import "http://weloveiconfonts.com/api/?family=entypo";

[class*="zocial-"]:before {
    font-family: 'zocial',sans-serif;
}
[class*="typicons-"]:before {
    font-family: 'typicons',sans-serif;
}
[class*="entypo-"]:before {
    font-family: 'entypo',sans-serif;
}

body {
    background: #fff!important;
    font-family: 'Roboto',sans-serif!important;
    font-size: 13px;
    margin: 0;
}

a:link {
    color: #00a7d5;
    text-decoration:none;
}
a:visited {
    color: #018fb9;
    text-decoration:line-through!important;
}

a:link, a:active, a:hover {
    color: #00a6d4;
    text-decoration: none;
}
a.impressum:link {
	font-size:10px;
    color: #c2c2c2!important;
    text-decoration: none;
	text-shadow:1px 1px #333;
	letter-spacing:1px;
}

a.impressum:hover {
	font-size:10px;
    color: #00a7d5!important;
    text-decoration: none;
}
a.impressum:active, a.impressum:visited {
    color: #c2c2c2;
    text-decoration: line-through;
}
h1 {
    color: #6A6A68;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px #ffffff;
}
h2 {
    color: #6A6A68;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1;
    margin: 5px 0;
    padding: 0;
    text-shadow: 1px 1px #ffffff;
}
ul {
    list-style-type: square;
}
ul ul {
    list-style-type: disc;
}
ul ul ul {
    list-style-type: none;
}

.boxHEAD {
	background-color:#f2f2f2;
	width:100%;
	/*box-shadow: 0 0 4px 0 #111;*/
	height:50px;
	border-bottom: 2px dotted #ddd;
}

.box_AUSSEN {
    float: left;
    margin-top: 50px;
    width: 934px;
}
.boxBORDER {
    margin-left: auto;
    margin-right: auto;
    width: 934px;
}
.box_INFO {
    /*background-color: #131313;
	background-color:#F1F1F2;*/
	background:#F1F1F2;
    border-top: 2px dotted #ddd;
    float: left;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 50px 0 50px 0;
	margin:30px 0 0 0;
    text-shadow: 1px 1px #ffffff;
    width: 100%;
}

.box_INFO hr{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #6A6A68 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    clear: both;
    display: block;
    height: 1px;
    margin:0;
    padding: 0;
    width: 400px;
}
.box_INFO_DET {
    color: #6A6A68;
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    text-align: left;
    width: 744px;
}
.box_BORDER_PROJEKTE {
    float: left;
    padding-bottom: 25px;
    width: 934px;
}
.box_BORDER_PROJEKT_1 {
    float: left;
    margin-right: 15px;
    width: 222px;
}
.box_BORDER_PROJEKT_2 {
    float: left;
    width: 222px;
}
.box_PROJEKT_IMG {
    float: left;
    width: 222px;
	height:auto;
	box-shadow: 0 0 3px 0 #898888;
}
.box_PROJEKT_IMG a {
   opacity: 0.8;
	filter:alpha(opacity=80); /* Internet Explorer 4-7 */ 
    /* Folgende Eigenschaften können auch weggelassen werden, fast alle Browser verstehen
       die beiden obigen Eigenschaften. */
    -moz-opacity:0.8; /* Gecko (Ältere Mozilla-Browser)  */
    -khtml-opacity:0.8; /* Alte Versionen von Konqueror oder Safari */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* Internet Explorer 8 */
	
}
.box_PROJEKT_IMG a:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);
    -moz-opacity:1.0;
    -khtml-opacity:1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		
}
.box_INFO_DET a img {
    opacity: 0.5;
}
.box_INFO_DET a:hover img {
    opacity: 1;	
}

.box_PROJEKT_TXT {
    /*color: #CDC8BD;*/
	color:#7a7979;
    float: left;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 15px;
    padding: 10px 0 0;
    /*text-shadow: 1px 1px #fff;*/
    width: 222px;
}
.box_PROJEKT_TXT strong {
    color: #8a8989;
    font-size: 10px;
    font-weight: normal;
}

#ScrollToTop {
    bottom: -10px;
    padding: 15px 5px 25px;
    right: 15px;
    width: 60px;
}

.BTN {
	color:#f2f2f2;
    background-color: #6A6A68;
    border: 1px solid transparent;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    box-shadow: 0 1px rgba(255, 255, 255, 0.8), 0 1px rgba(255, 255, 255, 0.35) inset;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
    padding: 0.45em 0.825em;
    text-align: center;
    text-shadow: 1px 1px #000;
}

.BTN.Indicator {
    border-width: 0;
    box-shadow: 0 0 #000000, 0 1px 3px rgba(34, 25, 25, 0.5);
    display: block;
    font-size: 11px;
    position: fixed;
    text-align: center;
    z-index: 99;
}

footer {
    background: none repeat scroll 0 0 #4f4f4e;
	box-shadow: 0 0 3px 0 #333;
    bottom: 0;
    height: 19px;
	padding:1px 0 0 0;
    left: 50%;
    margin-left: -50%;
    position: fixed;
    width: 100%;
    z-index: 3;
}

.footernavigation {
    margin-left:auto;
	margin-right:autO;
    width: 934px;
    position: relative;
}

#toggle {
	background: none repeat scroll 0 0 #000;
	/*box-shadow: 0 0 3px 0 #333;*/
	opacity: 0.9;
    bottom: 0;
    height: 450px;
    left: 50%;
    margin-left: -50%;
    position: fixed;
    width: 100%;
	display: none;
	z-index:2;
}

.impressum {
    margin-left:auto;
	margin-right:auto;
    width: 934px;
	padding:20px 0px 20px 0px;
    position: relative;
	color:#ccc;
	font-size:12px;
	font-weight:300;
	line-height:1.4em;
	letter-spacing:1px;
}


.btn_nav a, .btn_nav a:link {
    color: #666666;
    font-size: 10px;
    text-decoration: line-through;
}
.btn_nav a:hover {
    color: #AEE800;
    font-size: 10px;
    text-decoration: none;
}
#layer_UEBERSICHT {
    background-color: #FFFFFF;
    color: #999491;
    float: left;
    font-size: 12px;
    font-variant: small-caps;
    line-height: 15px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 2px;
    position: absolute;
    text-align: left;
    top: 330px;
    visibility: hidden;
    width: 100px;
    z-index: 16;
}
#boxPictDrini {
    background: url("../img/sandrina_r.jpg") no-repeat scroll 0 0 transparent;
    float: left;
    height: 317px;
    width: 586px;
}
#boxPictStart {
    background: url("../img/start.jpg") no-repeat scroll 0 0 transparent;
    float: left;
    height: 317px;
    width: 586px;
}
#boxNavSek_INDEX {
    background: url("../img/start2.jpg") no-repeat scroll 0 0 transparent;
    border-right: 2px solid #F0EFEE;
    color: #999491;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9px;
    height: 297px;
    padding: 10px;
    width: 175px;
}
#boxPics_LINKS img {
    float: left;
    padding-bottom: 15px;
    padding-right: 15px;
}
#boxPics_LINKS {
    background-color: #FFFFFF;
    float: right;
    padding: 15px;
    width: 556px;
}

#boxContentText {
    float: right;
    line-height: 15px;
    padding: 15px;
    text-align: right;
}
.text_CONTENT {
    background-color: #F3F3F3;
    color: #52595C;
}
#boxContentText_INDEX {
    background-color: #FFFFFF;
    color: #999999;
    float: left;
    line-height: 15px;
    padding: 16px;
    text-align: left;
    width: 152px;
}
#boxContent_PORTAL {
    background-color: #FFFFFF;
    border-right: 2px solid #EFEFEF;
    color: #999491;
    float: left;
    font-size: 10px;
    height: 170px;
    line-height: 15px;
    padding: 10px 15px 15px;
    text-align: left;
    width: 370px;
}
#boxContent_PORTAL_1 {
    background-color: #FFFFFF;
    color: #999491;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    line-height: 15px;
    text-align: left;
    width: 110px;
}
#boxContent_PORTAL_2 {
    background-color: #FFFFFF;
    color: #999491;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    line-height: 15px;
    padding-left: 20px;
    text-align: left;
    width: 110px;
}
#boxBOARD_1 {
    background-color: #FFFFFF;
    color: #999491;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 10px 15px 15px 60px;
    text-align: left;
    width: 120px;
}
#boxBOARD_2 {
    background-color: #FFFFFF;
    color: #999491;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 10px 15px 15px 40px;
    text-align: left;
    width: 120px;
}
#boxBOARD_3 {
    background-color: #FFFFFF;
    color: #999491;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 10px 15px 15px 20px;
    text-align: left;
    width: 120px;
}
#boxContentText_WEISS {
    background-color: #FC7215;
    color: #FFFFFF;
    float: right;
    line-height: 15px;
    padding: 15px;
    text-align: right;
}
#footer {
    background-repeat: no-repeat;
    border-top: 3px solid #F0EFEE;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 783px;
}
.anz_date {
    color: #999999;
    float: left;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: left;
    width: 100%;
}
#anz_time {
    text-align: right;
}
#btnNavSek {
    color: #999491;
    font-size: 12px;
    font-variant: small-caps;
    letter-spacing: 0;
    line-height: 15px;
    text-align: right;
}
a.btnNavSek:link, a.btnNavSek:visited {
    color: #999491;
    display: block;
    font-variant: small-caps;
    height: 16px;
    line-height: 15px;
    text-align: right;
    width: 165px;
}
a.btnNavSek:hover {
    color: #9ED200;
}
.btnNavSek_active {
    color: #9ED200;
    display: block;
    font-variant: small-caps;
    height: 16px;
    line-height: 15px;
    text-align: right;
    width: 165px;
}
#webPictWorkfiles {
    background: url("../img/web_workfiles.jpg") no-repeat scroll 0 0 transparent;
    height: 317px;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    position: absolute;
    visibility: visible;
    width: 586px;
    z-index: 1;
}
body {
    background: none repeat scroll 0 0 #FFFFFF;
}
#boxContentText {
    clear: right;
    color: #666666;
    float: left;
    font-size: 11px;
    padding-left: 0;
    text-align: left;
    width: 575px;
}
#boxNav, #boxNavSek {
    display: none;
}

#footer {
    display: none;
}
