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

*, *:before, *:after {
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFF4F2;
	padding-top: 58px;
	/*background: url(/img/bg.png) repeat-x 0 0 #FFF4F2;*/
}

#header {
	left: 0; 
	position: fixed; 
	top: 0; 
	width: 100%; 
	z-index: 1000;
}
#content {
	/*margin-top: 58px;*/
	min-height: calc(100vh - 231px);
}


.fa span {
	font-family: 'Lato', Helvetica, sans-serif !important;
}


a{
	color: #333;
	font-weight: normal;
	cursor: pointer;
	text-decoration:none;
}
a:hover, a:focus, a:active{
	color: #222;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

h1{
	text-transform: uppercase;
}

button:hover, button:focus, button:active{
	outline: none !important;
}
.btn.button{
	width: auto;
    color: #fff;
    padding: 12px 25px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    font-size: 15px;
    background-color: #333;
    border: 1px solid #333;
    min-width: 150px;
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.button:hover{
	color: #fff;
	background-color: #222;
	border: 1px solid #222;
}
.btn-form{
	float: right;
	margin-bottom: 20px;
}

.showmore{
	margin-bottom: 30px;
}

#back4top {
    position: fixed;
	background-color:#333;
	text-align:center;
	width:40px;
	padding:0;
    bottom: 5%;
    right: 20px;
    z-index: 10000;
    /*display: none;*/
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 0.5;
	cursor:pointer;
	display: none;
}

#back4top:hover{
	opacity:1;
}

#back4top a{
	color:#fff;
	font: 24px "FontAwesome",Helvetica,Arial,sans-serif;
	padding: 6px 8px 8px 8px;
}

/* NAVBAR */
.navbar {
    border-radius: 0px;
}
.navbar .navbar-nav {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.navbar .navbar-collapse {
    text-align: center;
}
.navbar-inverse{
	color:#fff;
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: normal;
	text-transform:uppercase;
	margin-bottom: 0px;
}

.navbar-nav > li > a.logo{
	padding: 10px 30px 10px 35px;
}

ul.nav.navbar-navnav1 > li > a{
	color:#9D9D9D;
}

ul.nav.navbar-navnav1 > li > a:hover{
	color:#fff;
}

.logo img{
	width:auto;
	height:30px;
}

.navbar-brand{
	padding:10px;
}

.navbar-brand img{
	width:auto;
	height:30px;
}

.mega-artist{
	position: absolute;
	top: 17px;
	right: 15px;
	line-height: 1;
}
.mega-artist .glyphicon{
	vertical-align: middle;
    top: 0;
	color: #fff;
	font-weight: 300;
}
.mega-artist img{
	width: auto;
	height: 12px;
}
/* navbar 2*/
.navbar-nav > li > a.logo_nav2{
	padding:10px 0px 10px 10px;
}

.logo_nav2 img{
	width:auto;
	height:30px;
}

ul.nav.navbar-nav.nav2 li{
	float: left;
}
/* navbar 2 end */

/* navbar 3 */
.name{
	font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    margin: 20px 0 15px 0;
}
.name p{
	margin:0px;
}
/* navbar 3 end */
/* NAVBAR END */



/* CONTENT */
.container{
	max-width:1200px;
	position: relative;
}


.header-image-start{
	width: 100%;
	height: calc(100vh - 52px);
	background-image: url(/img/header-image-303.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -6px;
}
.header-image-start img{
	width: 140px;
	height: auto;
	margin: 100px 0 10px 40px;
}
.header-image-start ul{
	display: block;
    position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 105px;
}
.header-image-start li a{
	font-size: 82px;
	font-weight: 300;
	line-height: 0.8;
	color: #fff;
	text-transform: uppercase;
    opacity: .6;
	transition: opacity .2s ease-in-out;
}
.header-image-start li a:hover{
    opacity: 1;
}

/* Main Nav */
.main-nav{
	position: relative;
	margin-top: 100px;
	margin-bottom: 90px;
	/*min-height: 530px;*/
}

.main-nav-content{
	width:100%;
	margin:auto;
/*	max-width:900px;	*/
}

.main-nav-content p{
	margin:0px 0px 0px;
}

.main-nav-content p a{
	color:#333;
	text-decoration:none;
}

.main-nav-content p a:hover{
	color:#222;
	text-decoration:none;
}

p.text-left.men, .main-nav-content p.text-center, .main-nav-content p.text-right{
	font-weight: 100;
	font-size: 170px;
	letter-spacing: -2px;
	line-height: 0.74;
	text-transform: uppercase;
	text-align: left;
}

/*.text-left.men {
	margin-left: 1.6%;
	width: 98%;
}
.text-left.men, .text-left.men a {
	z-index: 3;
}*/

.text-center.women {
	margin: 0 0 0 11% !important;
	text-align: left;
	/*position: absolute;*/
	/*z-index: 2;*/
}
.text-center.women a {
	display: block;
	/*z-index: 2;*/
}

.text-center.social {
	margin: 0 0 0 23% !important;
	text-align: left;
    position: absolute;
    z-index: 2;
}

.main-nav-content p.text-right{
	/*position: absolute;*/
    right: 2%;
    text-align: right;
    top: 50%;
    z-index: 1;
}

.navbar-inverse .navbar-nav > li > a {
	color: #FFFFFF !important;
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
	.text-center.women {
		margin: 0 0 0 7% !important;
	}
}

@media screen and (min-width: 769px) and (max-width: 990px) {
	.text-center.women {
		margin: 0 0 0 7% !important;
	}
	
	.main-nav-content p.text-right{
    	right: 4%;
   	 	top: 38%;
	}
	
	.main-nav-content p.text-right img{
		width:420px;
		height:auto;
	}
	
	p.text-left.men, .main-nav-content p.text-center, .main-nav-content p.text-right{
		font-size:130px;
	}
	
	.main-nav {
    	min-height: 420px;
	}
}
/* Main Nav end */



/* NEWS */
.news-container h1{
	font-size: 62px;
	line-height: 1;
    font-weight: 300;
    margin: 60px 0 25px 0;
}
.news{
	width: 100%;
	height: auto;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 5px;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 30px;
}
.news:hover{
	-webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
	-webkit-box-shadow: 0 20px 40px rgba(19, 19, 19, 0.15);
    box-shadow: 0 20px 40px rgba(19, 19, 19, 0.15);
}
.news-image{
	background-color: #fff;
	
	position: relative;
	width: 100%;
	padding-top: 125%;
	overflow: hidden;
	
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.news-content{
	width: 100%;
	height: 225px;
	padding: 20px 20px 25px 20px;
	position: relative;
}
.news-content p{
	margin-bottom: 20px;
	font-weight: 400;
}
.date{
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 300;
}
.date img{
	width: 18px;
	height: 18px;
	opacity: .8;
	vertical-align: bottom;
}
.news-headline{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
    line-height: 1.2;
	margin: 15px 0 10px 0;
	
	min-height: 56px;
}
.news:hover .news-link{
	font-weight: 700;
	text-decoration: underline;
	color: #D40000;
}
.news-link {
	/*position: absolute;
    bottom: 20px;
    right: 20px;
	text-align: right;*/
	padding-left: 3px;
	font-weight: 700;
	color: #333;
	text-decoration: underline;
}
/* / NEWS */




/* News Insta */
.insta-feed p{
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 50px;
}

.insta_images {
	position: relative;
	margin-bottom: 130px;
}

	.insta_images div {
		display: none;
		float: left;
		max-width: 370px;
		padding: 0 10px 10px 0;
		position: absolute;
	}
		.insta_images div img {
			max-width: 100%;
			z-index: 10;
		}

		.insta_images div.hideaway, .insta_images div.hideaway img, .insta_images div.hideaway span {
			display: none;
		}

		.insta_images div img.effect {
			height: 100%;
			left: 0;
			position: absolute;
			bottom: 0;
			width: 100%;
		}
		.insta_images div img.effect1 {
			z-index: 20;
		}
		.insta_images div img.effect2 {
			z-index: 30;
		}

/*.showmore {
	display: none;
	margin-top: -130px;
	text-align: center;
}
.showmore span {
	background-color: #222222;
	border-color: #222222;
	border-radius: 30px;
	color: #ffffff;
	cursor: pointer;
	display: block;
	height: 60px;
	margin: 0 auto 10px;
	padding: 8px;
	width: 60px;
}*/

/* News Insta end */


/* Alphabet */
.alphabet{
	color:#333;
	font-family: 'Anton', sans-serif;
	font-size:105px;
	position: fixed;
	top: 75px;
	max-width: 262px;
}

.alphabet p{
	margin: 0px;
	line-height: 0.9;
}
.alphabet p a{
	text-decoration:none;
	font-weight: 700;
}

.alphabet p a:hover, .alphabet p a:active, .alphabet p a.aktiv {
	color:#D40000;
	text-decoration:none;
}

.alphabet p a:focus{
	color:#D40000;
	text-decoration:none;
	outline:none;
}
.alphabet p a.white {
  color: #fff;
}
/* Alphabet end */

/* Models */
.models .col-md-3{
	padding-left:3px;
	padding-right:3px;
}

.model_overlay h3{
	margin:0px;
	text-transform:uppercase;
	font-size:16px;
	padding-top:72%;
	padding-left:2px;
	padding-right:2px;
	font-family: 'Lato', Helvetica, sans-serif;
}

.models .thumbnail {
	background-color: transparent;
	border:none;
	border-radius:0px;
	margin-bottom:6px;
	min-height: 255px;
	padding:0px;
	position:relative !important;
}

.models a.thumbnail:hover,
.models a.thumbnail:focus,
.models a.thumbnail.active {
  border-color: #9d9d9d;
}

.models div.thumbnail .buchstabe {
	font-family: 'Anton', sans-serif;
	font-size: 200px;
	height: 306px;
	text-align: center;
}
.models div.thumbnail .buchstabe a, .models div.thumbnail .buchstabe a:hover {
	color: #D40000;
}

.models .thumbnail a:hover .model_overlay{	
  display: inline;
  text-align: center;
  position: absolute;
  transition: background 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  color: #222;
  width: 100%;
  height: 100%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.model_overlay{
	display:none;
}

.thumbnail a > img{
	width:100%;
	/*max-height: 305px;*/
}

	.thumbnail a img.effect {
		height: 100%;
		left: 0;
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.thumbnail a img.effect1 {
		z-index: 20;
	}
	.thumbnail a img.effect2 {
		z-index: 30;
	}

.models .thumbnail .inaktiv img {
	opacity: .5;
}

.models .thumbnail .aktiv img {
	opacity: 1;
}


@media (min-width: 1200px) {
	.col-xs-12.col-sm-12.col-md-9.col-lg-9 .models .thumbnail a > img {
	    max-height: 306px;
	}
	.col-xs-12.col-sm-12.col-md-12.col-lg-12 .nouvelle .thumbnail a > img {
	    max-height: 285px;
	}
	.model_images .popup-gallery .thumbnail a > img {
	    height: 273px;
	}
}
/* Models end */

/* Casting-Overview */
#content div.navi {
	padding-bottom: 30px;
    padding-left: 30px;
}

	#content div.navi a {
	    border-left: 5px solid #dddddd;
	    display: block;
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 32px;
	    padding: 3px 0 3px 5px;
	    text-decoration: none;
	    text-transform: uppercase;
	}
	#content div.navi a:hover, #content div.navi a:active {
	    border-left: 5px solid #010101;
	    color: #0cff00;
	}
	
	#content div.navi p {
	    border-top: 1px solid #010101;
	    max-width: 300px;
	    padding-top: 50px;
	}


.optionen {
	top: 634px;
	position: absolute;
	width: 20px;
	z-index: 100;
	left: 35px;
}

	.optionen li {
		font-size: 30px;
	    list-style-type: none;
	}
		#content div.navi a, .optionen li a, .selection .text-left a {
		    display: block;
		    font-size: 24px;
		    font-weight: 700;
		    line-height: 26px;
		    padding: 4px 0;
		    text-decoration: none;
		    text-transform: uppercase;
		}
		#content div.navi a:hover, #content div.navi a:active, #content div.navi a:focus, .optionen li a:hover, .optionen li a:active, .optionen li a:focus, .selection .text-left a:active, .selection .text-left a:focus, .selection .text-left a:hover {
		    color: #0cff00;
		}

		.optionen li a span.fa {
		    display: inline !important;
		    padding-left: 10px;
		}


#overviewlisting a {
	clear: both;
	display: block;
	float: none;
    font-size: 24px;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}
	#overviewlisting a img {
		margin: 0 10px 0 0;
		max-width: 20px;
	}


/* Casting-Overview end */

/* Nouvelle */
.nouvelle_logo img{
	width:420px;
	height:auto;
	z-index:10;
	position:absolute;
	left:20px;
/*	margin-top:-20px;
	transform:rotate(-15deg);	*/
}

.nouvelle_logo_mobil img{
	display:none;
}

/*.nouvelle .col-md-2{
	padding-left:3px;
	padding-right:3px;
}*/

/*.nouvelle .col-xs-6.col-sm-4.col-md-3.col-lg-3{
	padding-left:3px;
	padding-right:3px;
}*/

.nouvelle_image img{
	width:100%;
	height:auto;
	z-index:10;
}

.nouvelle .col-md-3{
	padding-left:3px;
	padding-right:3px;
}

.nouvelle .thumbnail{
	padding:0px;
	border-radius:0px;
	margin-bottom:6px;
	border:none;
	position:relative !important;
	/*display:inline-block !important;
	overflow:hidden;*/
}

.nouvelle a.thumbnail:hover,
.nouvelle a.thumbnail:focus,
.nouvelle a.thumbnail.active {
  border-color: #9d9d9d;
}

.nouvelle .thumbnail a:hover .model_overlay{	
  display: inline;
  text-align: center;
  position: absolute;
  transition: background 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  color: #222;
  width: 100%;
  height: 100%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.nouvelle_overlay{
	display:none;
}

@media screen and (min-width: 991px) and (max-width: 1165px) {
	.nouvelle_logo img {
		width:380px;
	}
}

@media screen and (min-width: 769px) and (max-width: 990px) {
	.nouvelle_logo img {
		width:320px;
	}
}
/* Nouvelle end */

/* Model Detail */
.book{
	float: none;
	height: 800px;
	margin: 0 auto 10px;
	max-width: 1000px;
	overflow: hidden;
}

.options{
	top: 634px;
	position: absolute;
	width: 20px;
	z-index: 100;
	left: 35px;
}

	.options li {
	    list-style-type: none;
	}

	.options li:first-child a {
	    border-radius: 0 5px 0 0;
	}
	
	.options li:last-child a {
	    border-radius: 0 0 5px 0;
		border-bottom:none;
	}
	.options li a.lastchild {
	    border-radius: 0 5px 5px 0 !important;
	}

	.options li:first-child a:hover {
		/*background-color:#fff;*/
		color:#222;
	}
	
	.options li:last-child a:hover {
	    /*background-color:#fff;*/
		color:#222;
	}
	
	.options li a:hover {
		/*background-color:#fff;*/
		color:#222;
	}
	
	ul.options{
		padding:0;
	}
	
	.options li a {
	   /* background: #333 none repeat scroll 0 0;
	    border-bottom: 1px solid #444;*/
	    color: #333;
	    display: block;
	    font: 28px "FontAwesome",Helvetica,Arial,sans-serif;
	    height: 45px;
	    /*padding: 8px 11px 10px 10px;*/
	    text-align: center;
	    text-decoration: none;
	    transition: background 0.5s ease 0.3ms;
	    width: 45px;
	}


.options_mobil {
	display:none;
}

.carousel {
	width:100%;
/*	max-width: 1068px;*/
	max-width: 1000px;
	margin: auto;
}

.carousel-control{
	width:50%;
}

.carousel-control.right, .carousel-control.left{
	background-image: none;
	z-index: 20;
}

.carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right{
	display:none;
}

.carousel-control.right:hover {
	cursor: url("/img/next.png"), auto;
}

.carousel-control.left:hover {
    cursor: url("/img/back.png"), auto;
}


div#carouselcontent-example-generic div.item {
	background-color: #FFF4F2;
	height: 100%;
	left: 0;
	max-width: 1000px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
div#carouselcontent-example-generic div.item.active {
	z-index: 10;
}

.item_left{
	float:left;
	width:50%;
}

.item_right{
	float:right;
	width:50%;
}

.item_left img, .item_right img {
	height:auto;
	/*min-width: 450px;*/
	width:100%;
}

.model_images{
	margin-top:20px;
}

.model_images .col-md-2 {
	padding-bottom: 1px;
	padding-left:3px;
	padding-right:3px;
}

.model_images .thumbnail{
	padding:0px;
	border-radius:0px;
	margin-bottom:4px;
	position:relative !important;
	border:none;
}

.model_images a.thumbnail:hover,
.model_images a.thumbnail:focus,
.model_images a.thumbnail.active {
  border-color: #9d9d9d;
}

.model_images .thumbnail a:hover .model_overlay{	
  display: inline;
  text-align: center;
  position: absolute;
  transition: background 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.4);
  color: #222;
  width: 100%;
  height: 100%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.mfp-arrow:before,
.mfp-arrow:after{
	  border:none !important;
	  content: none !important;
 }

.mfp-arrow-left {
	background: url("/img/back.png") no-repeat 33% 48% !important;
	content: none !important;
}

.mfp-arrow-right {
	background: url("/img/next.png") no-repeat 64% 48% !important;
	content: none !important;
}


.auswahllayer {
	background-color: #F5F5F5;
	font-size: 18px;
	height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10;
}
	.auswahllayer a {
		margin: 30px 20px 0;
	}
		.auswahllayer a span {
			margin: 0 10px;
		}

/* Model Detail end */

/* Become Team */
.text_left{
	padding-right:15px;
}

.text_left hr{
	border-top:1px solid #333;
}

/*.text_left h1{
	text-transform:uppercase;
	font-size:28px;
}*/

.text_left p{
	font-weight:300;
}

.text_left h2{
	font-size:22px;
}

.text_left address{
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.formular_team h2{
	font-size:22px;
}

.form-horizontal .control-label{
	text-align:left;
}

.form-control{
	max-width:100%;
	min-width:100%;
}

.form-control:focus {
  border-color: #9D9D9D;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(9, 9, 9, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(9, 9, 9, .6);
}
textarea.form-control{
	max-width: 100%;
	min-width: 100%;
	min-height: 120px;
	max-height: 300px;
}
/* Become Team end */

/* Become Model */
.text_left h3{
	font-size:18px;
}
/* Become Model end */

/* Contact */
.address-2_contact{
	font-size:14px;
}
.address-2_contact a{
	display: block;
}
/* Contact end */

/* Booking conditions */
.conditions h2{
	font-size:20px;
}

.conditions p{
	font-weight:300;
}

.conditions td{
	font-weight:300;
}
/* Booking conditions end */

/* Terms and conditions */
.terms_conditions h2{
	font-size:20px;
}

.terms_conditions p{
	font-weight:300;
}
/* Terms and conditions end */

/* Impressum */
.impressum h2{
	font-size:16px;
	margin-bottom:5px;
}

.impressum p{
	font-weight: 300;
}
/* Impressum end */
/* CONTENT end */

/* FOOTER */
/*#footer{
	position:absolute;
	bottom:0;
	width:100%;
}
*/

.footer-section{
    border-top: 1px solid #080808;
    padding-top: 2rem;
    padding-bottom: 0;
    margin-top: 4rem;
    background: #222;
	color:#9D9D9D;
/*	position:fixed;
	bottom:0;
	left:0;
	width:100%;*/
}

.footer_content{
	margin-bottom: 1rem !important;
}

.socials img{
	width:23px;
	height:auto;
	padding-left:3px;
}

.socials{
	padding-bottom:15px;
}

.socials a:focus{
	color:#fff;
	text-decoration:none;
	outline:none;
}

.footer-section p{
	padding-bottom:15px;
	font-size:12px;
	margin-bottom:0px;
}

.footer-section p a{
	color:#9D9D9D;
	text-decoration:none;
}

.footer-section p a:hover{
	color:#fff;
	text-decoration:none;
}

address{
	font-size:12px;
	font-weight:300;
	padding-bottom: 10px;
	margin-bottom:0px;
}

address.address-2{
	font-size:12px;
	font-weight:300;
	padding:0px;
	margin-bottom:15px;
}

div.suche {
	height: 65px;
	line-height: 0;
}

.searchfield {
	background: transparent url("/img/lupe.png") no-repeat scroll right 8px;
	border-bottom: 1px solid #999999;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	color: #000000;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	width: 100%;
	padding-right: 30px;
	text-align: right;
}
input.searchfield:focus{	
  	outline: 0;
}

div.sichtbar {
	display: block;
}
div.unsichtbar {
	display: none;
}

#div_2 {
	background-color: #FFFFFF;
	border: 1px solid #737373;
	left: 0;
	position: absolute;
	top: 55px;
	width: 60%;
	z-index: 1000000;
}

	#div_2 div {
		font-size: 16px;
		z-index: 1000000;
	}

.padd_3_5 {
	clear: both;
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: 400;
	height: 60px;
	line-height: 14px;
	cursor: pointer;
	padding: 4px;
}
	.padd_3_5:hover {
		background-color: #CCCCCC;
	}

	.padd_3_5 img {
		cursor: pointer;
		float: left;
		max-height: 50px;
		padding-right: 12px;
		vertical-align: baseline;
	}

.padd_5 {
	height: 28px;
	padding-left: 10px;
	padding-top: 8px;
	cursor: pointer;
}

/* FOOTER END */

#sprachhinweis {
	background-color: #FFFFFF;
	border-top: 1px solid #AAAAAA;
	bottom: 0;
	box-shadow: 0 2px 6px 2px #999999;
	color: #737373;
	padding: 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 10000;
}
	#sprachhinweis div {
		color: #737373;
		font-size: 12px;
		margin: 0 auto;
		padding: 5px 0;
		text-align: center;
		width: 70%;
		max-width: 100%;
	}
		
		#sprachhinweis div a.cookieclose2 {
			color: #737373;
			text-decoration: underline;
			font-weight:700;
		}
		
		#sprachhinweis div a.hinweisclose, #sprachhinweis div a.cookieclose {
			color: #737373;
			display: block;
			float: right;
			margin-right: 15px;
		}

		div a.homescreenclose {
			display: block;
			right: 5px;
    		z-index: 10;
    		top: 5px;
    		position: absolute;
		}

		#sprachhinweis div a.sprachwahl2 {
			color:#737373;
			background-color: #050505;
			/*border: 1px solid #666;*/
			/*border-radius: 6px;*/
			line-height: 30px;
			margin-left: 24px;
			padding: 3px 10px;
			text-transform:uppercase;
			font-size:12px;
			font-weight:700;
		}

		#sprachwahl input.sprachwahl2 {
			background-color: #FFFFFF;
			border: 1px solid #666;
			/*border-radius:3px;*/
			float: right;
			margin-left: 24px;
			padding: 1px 4px;
			width: auto;
		}