body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #87746a;
  /*background-color: #f5f5f5;*/
}

h1 {
  font-size: 35px;
  font-weight: 700;
} 

h2 {
  font-size: 35px;
  font-weight: 400;
}

h3 {
  font-size: 30px;
  font-weight: 400;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 20px
}

h6 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 700;
}

hr {
    border-color: #d8d2d0;
}
.indent {
	padding-left:40px;
}

/* COLORS -------------------------------------------------------------------------------------------------- */

.blue-fg {
  color: #1064a8 !important;
}

.blue-bg {
  background-color: #1064a8 !important;
  color: #ffffff;
}

.red-fg {
  color: #e84067  !important;
}

.red-bg {
  background-color: #e84067  !important;
  color: #ffffff;
}

.grey-bg {
  background-color: #f5f5f5 !important;
}

/* END COLORS -------------------------------------------------------------------------------------------------- */

/* NAVIGATION -------------------------------------------------------------------------------------------------- */

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
	border-radius:4px;
	margin-top:8px;
}
/*
.navbar-default .navbar-nav > li > a {
   color: #ffffff;
   font-size: 18px;
   font-weight: 400;
   letter-spacing: 1px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #f5f5f5;
    background-color: #4083b9; //0f5b99;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-brand {
    height: auto;
}


*/

/*
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu .divider {
    height: 1px;
    margin: 12px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.navbar-right .dropdown-menu {
    left: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
*/
/*
.navbar-right .dropdown-menu {
    right: 0;
}
*/
/* END NAVIGATION -------------------------------------------------------------------------------------------------- */

/* SLIDER --------------------------------------------------------------------------------------------------- */

.carousel a {
	color:#fff;
	text-decoration:underline;
}


.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 4px 0px 0px 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(250, 250, 250, 0.5);
    border: 0px solid #fff;
    border-radius: 10px
}



.carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #fff
}

.glyphicon-chevron-left:before {
    content: "\e257";"
}


.glyphicon-chevron-right:before {
    content: "\e258";"
}


.carousel-control.left {
    background-image: none;
    background-repeat: repeat-x;
    left: -50px;
}

.carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
    right: -50px;
}
/*
.carousel-inner > .item {
    margin-left: 50px;
    transition: left 0.6s ease-in-out 0s;
    width: 1000px;
}

.carousel-inner > .item  .active{
	display: block;
}
*/
/* END SLIDER --------------------------------------------------------------------------------------------------- */


/* RED CONTAINER --------------------------------------------------------------------------------------------------- */

.red-container {
    padding: 20px 0;
    margin-bottom: 20px;
}

/* END RED CONTAINER --------------------------------------------------------------------------------------------------- */


/* MAIN CONTAINER --------------------------------------------------------------------------------------------------- */

.main-container {
    padding: 40px 0;
}

.btn-romero {
    text-transform: uppercase;
    font-weight: 700;
    border-width: 2px;
    letter-spacing: 2px;
    font-size: 14px;
}

.btn-blue {
    background-color: transparent;
    border-color: #1064a8;
    color: #1064a8;
}

.btn-blue:hover {
    background-color: transparent;
    border-color: #1064a8;
    color: #f5f5f5;
    background-color: #1064a8;
}

.btn-red {
    background-color: transparent;
    border-color: #df5b4e;
    color: #df5b4e;
}

.btn-red:hover {
    background-color: transparent;
    border-color: #df5b4e;
    color: #f5f5f5;
    background-color: #df5b4e;
}

.img-float-left {
    float: left;
    margin: 7px 15px 7px 0;

}

/* END MAIN CONTAINER --------------------------------------------------------------------------------------------------- */




/* FOOTER -------------------------------------------------------------------------------------------------- */

.footer {
  border-top: 1px solid #d8d2d0;
}

.footer-text-left {
	font-size: 14px;
}

/* Footer läuft in XS linksbündig unten in den Mediaqueries werden die folgenden angaben teilweise wieder ausfehoben ---------- */
.footer-text-right {
	font-size: 10px;
	line-height: 1.1 !important;
	padding-right:10px;
}
.footer-image-right .csc-textpic-right .csc-textpic-imagewrap {
			padding-left:0px;
			float:left;
}

.nav-justified.footer-text-left > li > a {
    text-align: left;
}

.footer-container {
    margin-bottom: 20px;
}
/* END FOOTER -------------------------------------------------------------------------------------------------- */

.tx-ratings { position: relative; left: 0; top: 0; padding-top: 21px; margin: 0; }
	.tx-ratings-display { position: absolute; left: 0; top: 0; height: 21px; }
		.tx-ratings-grey-bar { position: absolute; left: 0; top: 10px; width: 105px; height: 21px; background: url(rating_stars.png) repeat-x; font-size: 1px; }
		.tx-ratings-gold-bar { position: absolute; left: 0; top: 10px; width: 0px; height: 21px; background: url(rating_stars.png) repeat-x 0 -21px; font-size: 1px; font-size: 1px; }
		.tx-ratings-vote-bar { position: absolute; left: 0; top: 10px; width: 105px; height: 21px; font-size: 1px; }
			.tx-ratings-vote-bar DIV A { position: absolute; left:0; top: 0; width: 21px; height: 21px; border: none; text-decoration: none; }
				.tx-ratings-vote-bar DIV A:hover { background-image: url(rating_stars.png); background-position: 0 -21px; }
			.tx-ratings-vote-bar DIV A.tx-ratings-star-1 { left: 0px; width: 21px; z-index: 5; }
			.tx-ratings-vote-bar DIV A.tx-ratings-star-2 { left: 0px; width: 42px; z-index: 4; }
			.tx-ratings-vote-bar DIV A.tx-ratings-star-3 { left: 0px; width: 63px; z-index: 3; }
			.tx-ratings-vote-bar DIV A.tx-ratings-star-4 { left: 0px; width: 84px; z-index: 2; }
			.tx-ratings-vote-bar DIV A.tx-ratings-star-5 { left: 0px; width: 105px; z-index: 1; }
			.tx-ratings-cleaner { clear: left; }
	.tx-ratings-text { color: #606060; font-size: 11px; font-family: Helvetica,Arial; padding-top: 20px;}
	.tx-rating-display-wrap { position: absolute; left: 0; top: 0; font-size: 21px; visibility: hidden; z-index: 1; }
			.tx-rating-display-wrap IMG { float: left; margin-right: 5px; }
			
.tx-chgallery-pi1 .pagebrowser {
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
	position:relative;
	padding-top:20px;
	padding-bottom:20px;
}
.tx-chgallery-pi1 .pagebrowser .title,
.tx-chgallery-pi1 .pagebrowser .site-numbers,
.tx-chgallery-pi1 .pagebrowser .selectsort {
	float:left;
	position:relative;
}

.tx-chgallery-pi1 .single {
  background: transparent !important;
  float: left;
  padding: 3px 1px 2px 1px;
  margin: 5px;
  height:292px;
}
			
	

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

.tx-pwcomment-pi1 {
    float: right;
    font-size: 14px !important;
    padding: 0 8%;
    width: 50%;
}

.tx-pwcomment-pi1 h1, .tx-pwcomment-pi1 h2, .tx-pwcomment-pi1 h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}

.similar_product {
	float: left;
	width: 200px;
	text-align: center;
}

.similar_product img {
	max-width: 200px;
	height: auto;
}

.breadcrumbs {
	color: #666 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 700;	
	margin-bottom: 20px;
}

.footer-logos .csc-textpic-imagecolumn {
	float: left;
}

div.csc-textpic-center .csc-textpic-center-outer, div.csc-textpic-center .csc-textpic-center-inner  {
    clear: both;
		float: none;
    position: relative;
    right: 0;
}

#imagelightbox
{
    position: fixed;
    z-index: 9999;
		border: 2px solid #cdcdcd;
 
    -ms-touch-action: none;
    touch-action: none;
}


/*
.left-images img {
	height: auto;
}
*/

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 40px;
    height: 40px;
    margin-top: -15px;
    font-size: 40px;
}


.btn-default {
    color: #f0f0f0;
    background-color: #fff;
    border-color: #ccc;
}

.flags_start {
	width: 100%;
	margin: 0 auto;
}

#langswitcher {
	padding-top: 8px;
}

.lang_start {
	margin: 10px;
	display: inline-block;
}

.flag_img {
	width: 30px;
}
.flag_img_big {
	width: 119px;
}

/* auskommentiert von p2, um bootstrap kompiliert zu nutzen*/
/*
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
		background-color: #1064a8;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a,.navbar-default .navbar-nav .open .dropdown-menu > li > a :hover {
    background-color: #fff;
}
*/

.navbar-right {
    float: right !important;
    margin-right: 15px;
}

.contest-img img {
	height: 150px !important;
	width: auto;
}

.contest-img-title {
	font-style: italic;
	font-size: 10pt;
	color: #BFB3AB;
}
.contest-img-creator {
	color: #1064a8;
	font-size: 11pt;
}

/********************Subnavigation zunächst nur für EUR Seite (Stand: 09.10.2015) ******************************/


.nav li.list-group-item {
	padding:0px 7px 5px 0px;
	border:0px;
	width:60%;
}	
.nav li.list-group-item	a {
	background-color:#fff;
	border:1px solid #1064a8;
	display:block;
	border-radius:5px;
	color:@text-color;
}		
.nav li.list-group-item a:hover, 
.nav li.list-group-item a:focus {
	background-color:#eee;	
}
.nav li.list-group-item a.active {
	background-color:#1064a8;
	color:#fff;
}

/*********************Landingpage mit Iframe Video und Logos (Eingebunden am 08.12.2015)************************/
.videoContainer {
    width: 95%;
    max-width:530px;
	margin: 0 auto;
	padding:5px;
}

.videoContainer .video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 0;
    position: relative;
}

.videoContainer .video iframe {
    border: 0 none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
img.eyd-logo {
	vertical-align:bottom;
	padding-top:20px;
}

/******************* Einstellungen ab Tablet (sm)  ***************************/

@media (min-width: 786px) {
	.footer-image-right .csc-textpic-right .csc-textpic-imagewrap {
			padding-left:0px;
			float:right;
	}
	.footer-text-right {
		padding-right:0px;
	}
	.nav-justified.footer-text-left > li > a {
    	text-align: center;
	}
	.videoContainer {
	    width: 50%;

	}
	
}