/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');*/
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/*@import url('https://fonts.googleapis.com/css?family=Euphoria+Script');*/
/* euphoria-script-regular - latin */
@font-face {
  font-family: 'Euphoria Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/euphoria-script-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/euphoria-script-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/euphoria-script-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/euphoria-script-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/euphoria-script-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/euphoria-script-v16-latin-regular.svg#EuphoriaScript') format('svg'); /* Legacy iOS */
}
@import 'layout.css';
body {
    font-family: 'Lato', sans-serif;
    /*background-image: url(/skin/frontend/default/tee4you/images/symphony.png);*/
    /*background-image: url(/skin/frontend/default/tee4you/images/concrete_seamless.png);*/
}

.header-container {
    /*background-image: url(/skin/frontend/default/tee4you/images/symphony.png);*/
    background-image: url(/skin/frontend/default/tee4you/images/concrete_seamless.png);
    /*background: white;*/
}

.header-container .top-header-bar {
    /*background-color: #0C3C71;*/
    /*background-color: #bedaf8;*/
    background-color: #d9dee4;
    /*background-color: rgba(217, 222, 228, 0.55);*/
    height: 40px;
    color: white;
    font-size: 1.0em;
    color: #0C3C71;
}

.header-container .top-header-bar ul.info {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-container .top-header-bar ul.info li {
    margin: 0;
    margin-right: 20px;
    display: inline-block;
    padding: 10px;
}

.header-container .top-header-bar ul.info li:before {
    content: '✓';
    display: inline-block;
    width: 20px;
}

.header-container .top-header-bar ul.links {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-container .top-header-bar ul.links li {
    display: block;
}

.header-container .top-header-bar ul.links a {
    color: #0C3C71;
    display: block;
    padding: 10px;
}

.header-container .header {
    height: 150px;
}

.header-container .header .navbar-brand {
    height: auto;
}

.header-container .header .quick-access {
    height: 100%;
    padding-top: 20px;
}

.header-container .header .quick-access .middle-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.header-container .header .quick-access .middle-wrapper>.middle-container {
    display: table-cell;
    vertical-align: middle;
}

.header-container .header .quick-access .form-search .form-control,
.header-container .header .quick-access .form-search .btn {
    border-color: #0c3c71;
    color: #e0e0e0;
    color: white;
}

.header-container .header .quick-access .form-search input.form-control {
    color: #333;
}

.header-container .header .quick-access .form-search .btn {
    background: #0c3c71;
}

.header-container .header .quick-access .form-control {
    border-radius: 0;
}

.header-container .header .quick-access .btn {
    border-radius: 0;
}

.header-container .header .quick-access .cart .btn {
    border-radius: 0;
    background: #0c3c71;
    border-color: #0c3c71;
    color: #e0e0e0;
    color: white;
}

.header-responsive-text {}

.header-responsive-image {}

.navbar.yamm.navbar-default {
    background-color: #0076C3;
    background-color: #0C3C71;
    background-image: none;
    color: white;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

.navbar.yamm.navbar-default .navbar-nav>li>a {
    color: white;
}

.tee-menu {
    margin-top: 30px;
    margin-bottom: 0px;
    border: 1px solid #CCC;
    border-bottom: none;
    background: white;
    border-bottom: 1px solid #CCC;
}

.tee-menu>li {
    border-bottom: 1px solid #CCC;
    padding: 0 8px;
    position: relative;
}

.tee-menu>li:first-child {
    background: #0C3C71;
    color: #FFF;
    padding: 10px 15px;
    margin: 0;
}

.tee-menu>li:last-child {
    border-bottom: none;
}

.tee-menu>li>a {
    color: #0C3C71;
    display: block;
    padding: 10px 15px;
    position: relative;
}

.tee-menu>li>a i.fa-stop {
    font-size: 5px;
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.tee-menu>li>div {
    display: none;
    position: absolute;
    right: -400px;
    top: 0px;
    width: 400px;
    padding-left: 8px;
    z-index: 10;
}

.tee-menu>li>div ul {
    border-left: 1px solid #CCC;
    background: #FFF;
    padding: 5px 5px 0px 5px;
    /*padding: 10px;*/
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    column-count: 2;
    column-gap: 0px;
    -webkit-column-gap: 5px;
    -webkit-box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
}


.tee-menu>li>div ul li {
    /*padding: 5px;*/
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
    display: table;
    width: 100%;
}

.tee-menu>li>div ul li a {
    /*background: url('/media/promo/category.png');*/
    /*background: rgba(0,0,0,.75);*/
    display: table;
    color: #FFF;
    width: 100%;
    margin-bottom: 5px;
}

.tee-menu>li>div ul li a>span {
    background: rgba(12, 60, 113, 1);
    display: table-row;
    width: 100%;
    text-align: center;
}

.tee-menu>li>div ul li a:hover>span {
    background: rgba(12, 60, 113, .5);
}

.tee-menu>li>div ul li a>span>span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 10px 5px;
}

.tee-menu>li:hover>div {
    display: block;
    z-index: 11;
}

#tvcarousel {
    margin-top: 30px;
    border: 7px solid #0C3C71;
}

#tvcarousel img {
    width: 100%;
    min-width: 834px;
    /* Startseite - Slidergröße */
    height: 438px;
    overflow: hidden;
}

#tvcarousel .carousel-control {
    display: none;
}

#tvcarousel .carousel-control.right,
#tvcarousel .carousel-control.left {
    background: transparent;
}

#tvcarousel .carousel-control.right .fa {
    right: 15px;
}

#tvcarousel .carousel-control.left .fa {
    left: 15px;
}

#tvcarousel .carousel-control.right:hover {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(12, 60, 113, .25) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(12, 60, 113, .25) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(12, 60, 113, .25)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(12, 60, 113, .25) 100%);
}

#tvcarousel .carousel-control.left:hover {
    background-image: -webkit-linear-gradient(left, rgba(12, 60, 113, .25) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(12, 60, 113, .25) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(12, 60, 113, .25)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(12, 60, 113, .25) 0, rgba(0, 0, 0, .0001) 100%);
}

#tvcarousel .carousel-control.right .fa,
#tvcarousel .carousel-control.left .fa {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}

#tvcarousel:hover .carousel-control {
    display: block;
}

#tvcarousel .carousel-indicators {
    display: none;
}

#tvcarousel .carousel-caption {
    bottom: initial;
    top: 10%;
    left: 10%;
    right: 10%;
    text-align: left;
}

#tvcarousel .carousel-caption h1 {
    color: #FFF;
    font-size: 30px;
}

#tvcarousel .carousel-caption h1 span {
    display: inline-block;
    padding-left: 30px;
}


.teaser {
    margin-top: 30px;
}

.teaser img {
    border: 2px solid #CCCCCC;
}

.products {
    margin-top: 30px;
}

.products .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #CCC;
    margin-bottom: 0px;
}

.products .panel-heading {
    background: #0C3C71;
    text-align: left;
    border-radius: 0;
}

.products .panel-heading h2 {
    color: #FFF;
    margin-bottom: 0px;
}

.products .panel-body {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

.products .img-wrapper {
    /*padding: 15px;*/
}

.products .img-wrapper a {
	display: inline-block;
	border: 1px solid #DDD;
}

.products .img-wrapper img {
    display: block;
}

.products strong {
    margin-top: 10px;
    display: inline-block;
}

.products a {
	font-size: 13px;
}

.products p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.products .price {
    font-size: 14px;
}

.products small,
.products small a {
    display: block;
    font-size: 11px;
}

.intro {
    margin-top: 30px;
}

.pano {
    margin-top: 30px;
}

.pano .col-xs-12 > div {
    margin: 0 auto;
}

.intro .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #CCC;
    margin-bottom: 0px;
}

.intro .panel-heading {
    background: #0C3C71;
    text-align: left;
    border-radius: 0;
}

.intro .panel-heading h2 {
    color: #FFF;
    margin-bottom: 0px;
}

.intro .panel-body {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

.intro .panel-body p {
    margin: 0px;
}

.fullgrid-main-container {
    padding: 0px !important;
    margin-bottom: 30px !important;
}

.fullgrid-footer {
    border-top: 5px solid #0C3C71;
    background-image: url(/skin/frontend/default/tee4you/images/concrete_seamless.png);
}

.fullgrid-footer a {
    color: #0C3C71;
}

.footer-last-line {
    background: #d9dee4;
    padding: 10px 0;
}

.footer-padding {
    padding: 50px 0;
}

.footer-margin {
    margin-top: 10px;
}

.footer-responsive-copyright {
    padding: 25px 15px;
}

.footer-responsive-text {
    padding: 0;
}

.footer-title-divide {
    font-family: 'Euphoria Script', cursive;
    font-size: 40px;
    display: inline-block;
    margin: 0 0 25px 0;
}

.footer-domain-title {
    font-family: 'Euphoria Script', cursive;
    font-size: 40px;
    display: inline-block;
    margin: 5px 0;
}

.regular-price .price,
.price {
    color: #E67E22;
}

small,
.small {
    font-size: 80%;
}

.img-responsive {
    display: inline-block;
}

.btn {
    border-radius: 0px !important;
    font-family: 'Lato';
}

.btn-warning {
    border-color: #E67E22;
    background: #E67E22;
}

h1,
h2,
h3 {
    font-family: 'Lato', sans-serif;
}

.products-grid-wrapper {
    border: 1px solid #CCC;
    padding: 15px 15px;
}

.products-grid .product-image {
    border: 1px solid #DDD;
    display: inline-block;
}

.products-grid .product-name {
    margin-top: 10px;
}

.products-grid-wrapper a.btn {
    margin-top: 10px;
}

.catalog-product-view .product-image img {
    border: 2px solid #0C3C71;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: #E67E22;
}

.alert-orange {
    background: #E67E22;
    border-color: #E67E22;
    border-radius: 0px;
    color: #FFF;
}

#ingredients strong {
	color: #E67E22;
}


.mobile-menu {
	z-index: 51;
	display: none;
	position: fixed;
	top: 61px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
}

.mobile-menu .menu-overlay {
	position: absolute;
	background-color: #000000;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition-property: opacity left;
	transition-duration: 0.5s;
}
.mobile-menu.open .menu-overlay {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.mobile-menu .wrapper {
	position: absolute;
	transition-property: opacity, left;
	transition-duration: 0.5s;
	top: 0;
	left: -100%;
	left: -100vw;
	width: 100%;
	width: 100vw;
	overflow: auto;
	opacity: 0;
}
.mobile-menu .wrapper.show {
	opacity: 1;
	left: 0;
}
.mobile-menu .wrapper .menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}
.mobile-menu .wrapper .menu li a {
	position: relative;
	text-decoration: none;
}
.mobile-menu .wrapper .menu .item {
	display: block;
	width: 100%;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 40px;
	background: #0C3C71;
	border-bottom: 1px solid #FFF;
}
.mobile-menu .wrapper.sub .menu .item {
	background: #FFF;
	border-bottom: 1px solid #0C3C71;
}
.mobile-menu .wrapper.sub .menu .item .name {
	color: #000;
}
.mobile-menu .wrapper.sub .menu .heading .item .name {
	color: #FFF;
}
.mobile-menu .wrapper .menu .heading .item {
	background: #0C3C71;
	border-bottom: 1px solid #FFF;
}
.mobile-menu .wrapper .menu .item .name {
	display: inline-block;
	margin-top: 5px;
	color: white;
}
.mobile-menu .wrapper .menu .item .name:first-child {
	margin-left: 25px;
}
.mobile-menu .wrapper .menu li a:after {
	position: absolute;
	right: 5px;
	top: 8px;
	content: '';
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	color: white;
}
.mobile-menu .wrapper .menu li a[data-cat]:after {
	content: "\f054";
}
.mobile-menu .wrapper.sub .menu .item:after {
	color: #0C3C71;
}
.mobile-menu .wrapper.sub .menu .heading a:after {
	color: white;
	left: 5px;
	right: auto;
	content: "\f053";
}

.navbar-toggle {
	padding: 6px 12px;
	float: initial;
	margin: 0;
}

.header-container.visible-xs .row {
	margin: 10px -15px;
}

.btn-blue,
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
    border-radius: 0;
    background: #0c3c71;
    border-color: #0c3c71;
    color: #e0e0e0;
    color: white;
}

@media (max-width: 1024px) {
    .header-container .top-header-bar ul.info li {
        margin-right: 0px;
        padding: 10px 4px;
    }
    .cart .hidden-sm {
    	display: none;
    }
}

@media only screen and (max-width: 990px) {
    .footer-responsive-text {
        width: 100%;
        text-align: center !important;
        padding: 25px;
    }
    .footer-responsive-copyright {
        width: 100%;
        text-align: center !important;
        padding: 10px;
    }
}

@media (max-width: 769px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	.checkout-cart-index .btncartgroup {
		margin-bottom: 30px;
	}
	.category-menu > li ul {
		padding-left: 10px;
	}
	.checkout-onepage-index .main .col-sm-9 {
		width: 100%;
	}
	.checkout-onepage-index .main .col-sm-3 {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
    .tee-menu>li>div {
        display: none;
        position: static;
        right: -400px;
        top: 0px;
        width: 100%;
        padding-left: 8px;
        z-index: 10;
    }
    .tee-menu>li>div ul {
        padding: 5px 5px 0px 5px;
        width: 100%;
        -moz-column-count: 1;
        -moz-column-gap: 0px;
        -webkit-column-count: 1;
        -webkit-column-gap: 0px;
        column-count: 1;
        column-gap: 0px;
        -webkit-column-gap: 5px;
    }
    .header-responsive-text {
        text-align: left !important;
        padding: 25px 25px 15px 25px;
    }
    .header-responsive-image {
        text-align: center;
        padding: 25px 25px 15px 25px;
    }
    .header-responsive-image img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    #tvcarousel img {
        width: 100%;
        min-width: 100%;
        height: auto;
        overflow: visible;
    }
    .carousel-caption h1 {
        text-align: center;
    }
    .carousel-caption h1 span {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 500px) {
    .carousel-caption h1 {
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {
    .carousel-caption h1 {
        text-align: center;
        font-size: 24px !important;
    }
    .carousel-caption h1 span {
        padding-left: 0;
    }
    .header {
    	padding: 0px 15px;
    }
    .header-container .header .quick-access {
    	padding: 10px 0px;
    	background: #0C3C71;
    }
    .header-container .header .quick-access .form-group {
    	margin-bottom: 0px;
    }
    .header-container .header .quick-access .form-search .btn,
    .header-container .header .quick-access .cart .btn {
    	background: #FFF;
    	color: #333;
    	border-color: #ccc;
    }
}

.input-group .form-control {
    width: 95%;
}

@media screen and (max-width: 435px) {
    .products-list .product-image {
        margin: 0 10px;
    }
    .products-list .row {
        padding-top: 10px;
    }
    .panel-body .no-padding>.row {
        margin: 10px;
    }
    .teaser .col-xs-12 {
    	margin-bottom: 15px;
    }
    .teaser .col-xs-12:last-child {
    	margin-bottom: 0px;
    }

    .carousel-caption h1 {
        text-align: left;
        font-size: 18px !important;
    }
}

@media (max-width: 425px) {
    .header-container .header {
        height: auto;
    }
    .quick-access .col-sm-3 {
    	text-align: right;
    }
}

@media only screen and (max-width: 400px) {
    .carousel-caption h1 {
        font-size: 18px !important;
    }
    .carousel-caption h1 span {
        padding-left: 0;
    }
}
