@charset "UTF-8";

/*@media only screen and (min-width:200px) and (max-width:4000px) ********/

/************** GLOBAL STYLES-CODE *************/

body { margin: 0; background-color:#999999;}

/********** Styles / Color ********************/

.color-subline 	{color: rgba(255,255,255,1.0);}
.color-contactline 	{color: rgba(255,255,255,1.0);}

.color-darkblue 	{color: rgba(  0, 48,108,1.0);}
.color-midblue  	{color: rgba( 74, 94,129,1.0);}
.color-lightblue  	{color: rgba(102,153,204,1.0);}

.color-000000 {color: #000000} /*Black*/
.color-AAAAAA {color: #AAAAAA} /*Dark Grey*/
.color-BBBBBB {color: #BBBBBB} /*Sub Grey*/
.color-CCCCCC {color: #CCCCCC} /*Mid Grey*/
.color-DDDDDD {color: #DDDDDD} /*Light Grey*/

/********** Styles / Fontface Formating ********************/

.lato-hairline {font-family: lato-hairline; letter-spacing: normal;}
.lato-light {font-family: lato-light; letter-spacing: normal;}
.lato-regular {font-family: lato-regular; letter-spacing: normal;}
.lato-bold {font-family: lato-bold; letter-spacing: normal;}
.lato-black {font-family: lato-black; letter-spacing: normal;}

.fontsize-08em {font-size: 0.8em;}

/********** IMG-BILDER AUF KREIS BESCHNITTEN ************/

.roundcornerimg {border-radius: 50%;}
.roundcornerimg-2 {border-radius: 4px;}

/** BEISPIEL **
 <img data-u="image" src="bilder-kugelfoto/kugelfoto-01.jpg" class="roundcornerimg" alt="sliderfoto1" />
****/

/********** ALLGEMEINE IMG-STYLES **********************/

.align-img {vertical-align:-0.4em}

/********* REFERENZBOX FULL WIDE  -STYLES GLOBAL ******/

.refcorner-img {border-radius: 5px;}

/********** KACHEL-STYLES GLOBAL *********************/

.kachelcorner-img {border-radius: 0px 0px 10px 10px;}
.kachelcorner-img-ulr {border-radius: 0px 0px 10px 10px;}
.kachelcorner-img-olr {border-radius: 10px 10px 0px 0px;}
.kachelcorner-img-all {border-radius: 10px 10px 10px 10px;}

/* T - R - B - L  */
.kachelcorner-img-margin {margin: 20px 0px 0px 0px;}

.kachelcolor-navi {/*background-color: rgba(0,0,0,0.3);*/ background-color: #2c3d1f;}
.kachelcolor-ref {/*background-color: rgba(0,0,0,0.3);*/ background-color: #2c3d1f;}

.kachel-opacity {opacity: 0.0;}

/*********** TOGGLE AUFKLAPPBOX HTML5 ******************/

dd { display:none; }

/* T - R - B - L  */
.closed { 
	background: #1d2c11; 
	padding: 4px 6px 4px 6px;
	border-radius: 4px; }
	
.open { 
	background: #9abf7d;
	padding: 4px 6px 4px 6px;
	border-radius: 4px; }

/********** HINTERGRUND + GRID *********************/

.hintergrund-verlauf {
	position: fixed;
	background-color: #000000;
	background-image: url(../03-background/background-blauverlauf.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 0px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	top: 0%;
	bottom: 0%;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 1;
}

/* 	#grid-ortho {
	<!-- Background Grid or Card -->
	background-image: url(../03-background/card-fortwoth.png);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.15;
	z-index: 2;
}	*/

#grid {
	position:fixed;
    height:100%;
    width:100%;
    background-position: center center;
    background-size: cover;
	background-image: url(../03-background/card-fortwoth.jpg);
	opacity: 0.1;
	z-index: 2;
}

/***************** FOOTER STYLES **************************/

.bottom-spacer {
	position: static;
	/*background-color: rgba(70,70,70,0.5);*/
	border-radius: 15px;
	max-width: 100%;
	height: 50px;
	display: inline-block;
	visibility: visible;
	z-index: 1000;
}

.footer {
	position: fixed;
	border-radius: 0px;
	bottom: 0%;
	margin-left: 0 auto;
	margin-right: 0 auto;
	left: 0;
	right: 0;
	max-width: 100%;
	min-width: 600px; /*Normalmass abzgl. Scrollbalkenbreite */
	height: 80px;
	z-index: 1000;
}

.footer-color {background-color: #405430;}
.footer-image {background-image: url(../03-background/verlauf-footer-80px.png);}
.footer-opacity {opacity: 1.0;}

/********** LINKS STANDARD  ***************************************/

a:link {text-decoration: none; color: #FFFFFF;}

a:hover {text-decoration: none; color: #00D9FF;}
	
a:active {text-decoration: none; color: #FFFFFF}

a:visited {text-decoration: none; color: #FFFFFF;}

.linkcolor {color: #00D9FF;}

/********** LINKS / SUBLINE HOVER STYLES ****************************/

.subline .linkcolor {text-decoration: none; color: #111111;}

.subline a:link {text-decoration: none; color: #AAAAAA;}

.subline a:hover {text-decoration: none;color: #00D9FF;}

.subline a:active {text-decoration: none; color: #AAAAAA; }

.subline a:visited {text-decoration: none; color: #AAAAAA;}

/********** LINKS / ICON HOVER-STYLES ******************************/

.icon-hover {background-color: #729CDE;}
.icon-hover:hover {background-color: #6699CC;} 

.icon-kontakt {
	background-color: #4A5E81;
	border-radius: 0.4em;
	position: static;
	/*** T-R-B-L *****/
	margin: -5px 10px 15px 0px;
	padding: 5px;
	height: auto;
	width: 22%;
	visibility: visible;
	z-index: 5;
}

/**************************************************************/
