

/* css reset    
    strong, - entfernt
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main, summary {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea:focus, input:focus{
    outline: 0;
}	

a img { border:none } /* Gets rid of IE's blue borders */

/* END RESET */




#mob_header { display: none; }

#mob_navibox { display: none; }

.kontakt_mob { display: none; }

.social_mobile { display: none; }



* {
	margin: 0;
	padding: 0;
}

html {min-height: 100%;
position: relative;} 

body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
    height: 100%;
}

.bg_1 {
	background-color: #cbc6bf;
	
	
}


/* Startseite */



/* Page */

#page {
	position: relative;
	width: 760px;
	margin: 60px auto;
	background-color: #ffffff;
	
}



/* Content */

#content {
	position: relative;
	float: right;
	width: 540px;	
	display: none;
		
}

#content2 {
	position: relative;
	float: right;
	width: 500px;	
	display: none;
	padding-right: 100px;	
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;	
	color: #000000;
	line-height: 18px;
}


.cycle-slideshow {	
	display: block;
	margin-right:20px;		
}


#strich3 {
	position: absolute;
	left: 100px;
	top: 0px;
	width: 20px;	
	height: 1px;
	background-color: #970e0e;
    bottom: 0;
	z-index: 200;
    overflow: hidden;
}





.textbox1 {

	clear: both;
	padding: 0px 50px 15px 0px;
	position: relative;
	margin-top: 35px;
}

.textbox2 {

	clear: both;
	padding: 0px 100px 0px 0px;
	position: relative;
	margin-top: 0;
}






.text1 {

	font-family:'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;	
	color: #000000;
	
}

.text2 {

	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;	
	color: #000000;
	
}


.text3 {

	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 22px;	
	color: #333333;
	line-height: 35px;
}


.zweiblockbox {
	clear: both;	
}

.zweiblock {
	position: relative;
	float: left;
	width: 340px;	
	margin: 40px 40px 0px 0px;	
}





/* menu */


.social_fb {
	position: absolute;
	top: 0px;
	left: 170px;
	float: left;
	
	display: block;
	margin: 0px; 
			
}


.fb_hov {
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	height: 23px;
	width: 23px;
	display: block;
	margin-left: 0px; 
	padding-right: 15px;
	background-image: url(../bilder/fb_hov_blau.png);
	background-repeat: no-repeat;
	background-position: left center;
	z-index: 1000;
	
}



/* links */

a:link, a:visited {
	color: #333333;
	text-decoration: none;
	-webkit-transition:color0.5s ease;
   -moz-transition:color 0.5s ease;
   -o-transition:color 0.5s ease;
   transition:color 0.5s ease;
}

a:hover {
	text-decoration: none;
	color: #970e0e;
}



.link_active {	
	text-decoration: none;
	color: #da5802;
}



a.eins:link, a.eins:visited{color:#A7D5E4; text-decoration:none;
 border: 0;
   border-style:none;
   outline: none;

-webkit-transition:all 0.3s ease;
   -moz-transition:all 0.3s ease;
   -o-transition:all 0.3s ease;
   transition:all 0.3s ease;
  
  
}
	
a.eins:hover, a.eins:active
	{
	color:#970e0e;
	margin-left: 15px;
	border: 0;
	border-style:none;
	outline: none;
	}
	

	


a.maillink:link, a.maillink:visited  {
	position: absolute;
	color:#333333;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	padding-left: 30px;
	top: 175px;
	display: inline-block;
	-webkit-transition:color0.5s ease;
   -moz-transition:color 0.5s ease;
   -o-transition:color 0.5s ease;
   transition:color 0.5s ease;
}


a.maillink:hover {
	color: #da5802;
	text-decoration: none;
}
		






/* Bilder */

img {
	border: none;
	display: block;
}

img.rechts {
	float:right;
	
}


img.links {
	float:left;
		
}

img.klein {
	float:left;
	border: 3px solid #3b97b6;
	margin: 25px 15px 0px 0px;
}

img.klein:hover {
	float:left;
	border: 3px solid #bfe3ef;
	margin: 25px 15px 0px 0px;
}







img.rahmen {
	
	border: 2px solid #ffffff;
	-webkit-transition:border-color 0.5s ease 0s;
   	   -moz-transition:border-color 0.5s ease 0s;
  	     -o-transition:border-color 0.5s ease 0s;
   	        transition:border-color 0.5s ease 0s;
			
   		
}

img.rahmen:hover {
	
	border: 2px solid #790e11;
	-webkit-box-shadow: 0 5px 10px #790e11;
       -moz-box-shadow: 0 5px 10px #790e11;
            box-shadow: 0px 0px 20px #790e11;
	-webkit-transition: 0.5s ease 0s;
   	   -moz-transition: 0.5s ease 0s;
  	     -o-transition: 0.5s ease 0s;
   	        transition: 0.5s ease 0s;
			
			
}





/* text */ 



.fett {	
	font-weight:bold;
	
}

.green {	
	color: #6DA400;
}

.orange, .orange_grau {	
	color: #da5802;
}



.unterstrichen {
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


/* sonstiges */


.hr {
	border-bottom: 1px solid #EDEBD5;
	padding-bottom: 20px;

}



.abstand_1 {
	clear: both;
	padding-top: 5px;
	
}

.abstand_2 {
	clear: both;
	padding-top: 20px;
}

.abstand_3 {
	clear: both;
	padding-top: 42px;
}

.abstand_4 {
	clear: both;
	padding-top: 10px;
	
}

.abstand_5 {
	clear: both;
	padding-top: 8px;
	display: block;
}

.abstand_auszeichnungen {
	clear: both;
	padding-top: 95px;
}

.abstand_filmtitel {
	clear: both;
	padding-top: 40px;
}

.abstand_service3 {
	clear: both;
	padding-top: 42px;
}



.bullet {
  list-style: none;
  margin:0px; padding:0px;
  line-height: 16px;
}

.bullet li {margin:0px; padding:0px;
  padding-left: 12px;
  background-image: url(../bilder/punkt.gif);
  background-repeat: no-repeat;  
  background-position: 1px 0.5em;
 line-height: 16px;
}


.inputfeld {
	float: left;
	line-height: 1.5em;
	margin-right: 10px;
}

form {	
	display: inline;
}

.senden { background-color:#aaa; color:#fff; width:200px; border:6px solid #ddd; }


.tab {

	width: 400px;
	float: left;
	line-height: 1.5em;
}


.bottom 
{
	bottom: 0px;
	margin: 0px;
	vertical-align: bottom;
	
	display: block;
	float: left;
	

}



sub, sup {  

font-size: 75%; 
line-height: 0; 
position: relative; 
vertical-align: baseline;
}

sup {  

top: -0.5em;
}

sub {  
bottom: -0.25em;} 




.unsichtbar {
visibility: hidden;

}



.clearit {
clear: both;

}


/* clearfix klasse für das floatende elemente umschließende element */

.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */




