@charset "UTF-8";
/* CSS Document */

html, 
html * {
	/* padding: 0;
	margin: 0; */
	box-sizing: border-box;
	font-family: Arial, Helvetica, Arial," sans-serif";
	font-size: 15px;
}


body {
		max-width: 1200px;
		margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	background-image: url(bilder/bgt.jpg);
	/* background-size: contain; */
	background-repeat: no-repeat;
	background-position:top; 
	}
	
	
	
header {	
	vertical-align: bottom; 
		
	}
	
footer {
	/* background: #d0cddf; */
	}
	


img {
	
	max-width: 100%;
	height: auto;
	vertical-align: middle; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
}

.imgtr {
	vertical-align: middle; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
}

a.in:link {  color:#000000; text-decoration:none; }
a.in:hover {  color:#cc0000; text-decoration:none; }
a.in:visited {  color:#000000; text-decoration:none; }
a.in:active { color:#000000; text-decoration:none; }

h1 {
	font-size: 1.5em;
	margin-bottom: 1.5em;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 1.2em;
	
}

h3 {
	font-size: 1.1em;
	margin-bottom: 1.0em;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	
}

p {
	font-size: 15px;
	 /*font-weight: 400; 
	margin-bottom: 1.0em; */
}

.blau {
	color: #30488f;
	font-style: oblique; 
	font-weight: 600;
	line-height: 1.5;
}

hr { 
  
    height: 1px; 
    margin: 0 auto;
    color: #4cbbbf;
	  width: 100%; 
   
}


.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}	
	

	.col-lg-one-fourth {
		width: 33.3%;
	}
	
	
	
/*.col-md-one-half {
		width: 50%;
	} */
	
	.col {
		float: left;
		padding: 0px 7px 14px 10px;
	}
	.col-zweidrittel {
		width: 66.6%;
		padding: 0px 30px 14px 10px;
	}
	





/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 1px;
	
}

/*Style for menu links*/
li a {
	display:block;
	min-width:116px;
	height: 46px;
	text-align: center;
	line-height: 50px;
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-size: 1.1em;
	color: #fff;
	background: #d80104;
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
	background: #e7484a;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #a3ced0;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #e38687;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 80px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	text-decoration: none;
	color: #fff;
	background: #d80104;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		/* margin-bottom: 1px; */
		border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	
	
	header {
	
		background: #4cbbbf;
		background-image: url(bilder/cinelatino-m.png);
		background-repeat: no-repeat;
	background-position: left top; 

}




body {
		margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	
	/* background-size: contain; */
	
	}
	

	.col-lg-one-fourth {
		width: 100%;
	}
.col-zweidrittel {
		width: 100%;
		padding: 0px 10px 14px 10px;
	}
	
.unsichtbar {
	 display: none;
}
		





}


