@charset "utf-8";

/* ==========================================================================
   Base Settings
   ========================================================================== */

*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body, html {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	overflow-y: scroll;
}

html {
    font-size: 1em;
    line-height: 1.4;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: rgb(255,255,255);
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a {
	text-decoration: none;
	color: rgb(74,75,96);
}

.ui-datepicker {
	font-size: 0.8em !important;
}

.clickable {
	cursor: pointer;
	cursor: hand;
}

strong {
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
}


/* ==========================================================================
   General Layout
   ========================================================================== */


/* Content */

/* General Layout */

#head_ct {
	position: fixed;
	width: 100%;
	z-index: 19;
	background-color: #000000;
	height: 100px;
}

#head_logo_line {
  background-color: #fff;
  height: 75px;
  position: absolute;
  top: 25px;
  width: 100%;
  z-index: 10;
}

#head_logo_line img {
	position: absolute;
	width: 84px;
	left: 50%;
	margin-left: -42px;
	top: -25px;
	z-index: 20;
}

#head_logo_line_text {
	width: 1000px;
	position: relative;
	color: #000;
	font-size: 32px;
	margin: 0 auto;
	font-weight: 300;
	padding-top: 15px;
}

#head_logo_line_text strong {
	font-weight: 700;
}

#head_inner {
  background-color: #000;
  height: 60px;
  position: absolute;
  top: 100px;
  width: 100%;
}

#head {
	height: 80px;
	width: 1000px;
	position: relative;
	margin: 0px auto;
}

#menu_ct {
	position: relative;
	width: 100%;
}

#menu {
	display: inline-block;
	height: 40px;
	position: relative;
	margin: 0px auto;
}


#footer_ct {
	position: relative;
	bottom: 0px;
	height: 100px;
	width: 100%;
	margin-top: -100px;
	z-index: -1;
}

#footer {
	position: relative;
	bottom: 0px;
	background-color: rgba(44,44,44,0.6);
	height: 75px;
	margin-top: -75px;
	font-size: 15px;
	width: 100%;
	color: #fff;
	z-index: 20;
}

#footer_content {
	width: 840px;
	margin: 0px auto;
	padding: 25px 20px 0px 20px;
}

#footer_content a {
	color: #fff;
	display: inline-block;
	margin-left: 25px;
}


#content_ct {
	position: relative;
	width: 100%;
}

#content {
	position: relative;
	width: 1000px;
	padding: 30px 20px 20px 20px;
	margin: 0px auto;
	background-color: rgba(0,0,0,0.7);
}

#main_content {
	width: 75%;
	float: left;
	padding-right: 10px;
}

#sidebar_content {
	width: 25%;
	float: left;
	padding-left: 10px;
}

#main {
	position: relative;
	padding: 180px 0px 100px 0px;
	width: 100%;
	margin-top: 150px;
	min-height: 100%;
	background-image: url(../img/bg4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 100px;
	background-attachment: fixed;	
}

.col_left {
	float: left;
	width: 380px;
	margin-right: 40px;
}

.col_right {
	float: left;
	width: 380px;
}

#popups_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	z-index: 5;
	display: none;
}

#popups {
	position: absolute;
	width: 100%;
	min-height: 100%;
	height: 100%;
	display: none;
}

#popup_map1 {
	position: relative;
	margin: 0px auto;
	margin-top: 150px;
	z-index: 9;
	width: 1000px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	text-align: left;
}

.popup_close {
	padding: 5px 10px;
	background-color: #ad9e85;
	text-align: right;
	color: #fff;
}

.box {
	padding: 10px;
	background-color: #000;
}

.fw {
	width: 100%;
	height: auto;
}


/* General Style */

strong {
	font-weight: 600;
}

h3 {
	font-size: 26px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	line-height: 125%;
	margin: 0px;
	padding: 0px;
	color: #fff;
	display: inline-block;
	border-bottom: 3px solid #F7EA21;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 0px;
	color: #fff;
}

.imps {
	display: inline-block;
	width: 160px;
	height: 90px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.dl_box {
	display: block;
	padding: 10px;
	background-color: #efece7;
	margin-bottom: 10px;
}

.dl_box:hover {
	background-color: #EAE2D0;
}

.dl_box img {
	float: right;
	vertical-align: middle;
}



/* Tables */

.tab_title {
	position: relative;
	width: 100%;
	padding: 0 0px;
	border-bottom: 2px solid #F7EA21;
}

.tab_title_text {
	text-transform: uppercase;
	font-weight: bold;
	color: #F7EA21;
	width: 100%;	
	padding-top: 20px;
	position: relative;
	font-weight: 600;
	
}

.tab_content {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	width: 100%;
	padding: 8px 0px;
	position: relative;
}

.tab_content:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.tab_content .tc_title {
	display: inline-block;
	width: 35%;
	font-weight: bold;
	float: left;
	padding-right: 5%;
}

.tab_content .tc_text {
	display: inline-block;
	width: 65%;
	float: left;
}

.tab_handle {
	position: absolute;
	background-color: rgb(53,106,159);
	color: #fff;
	width: 24px;
	height: 24px;
	left: 0;
	padding-left: 4px;
	bottom: 0;
	font-size: 18px;
	cursor: move;
	font-weight: normal;
	display: none;
}

.tab_del {
	position: absolute;
	background-color: rgb(232,19,19);
	color: #fff;
	width: 24px;
	height: 24px;
	right: 0;
	padding-left: 6px;
	bottom: 0;
	font-size: 18px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	display: none;
}

#tab_html .tab_handle, #tab_html .tab_del {
	display: block;
}

#tab_html .tab_content {
	padding: 8px 30px;
}

#tab_html .tab_title {
	padding: 0px 30px;
}

.tab_switch {
	position: absolute;
	width: 240px;
	background-color: rgba(211, 217, 204, 0.15);
	padding: 10px 0;
	right: 40px;
	margin-top: 320px;
}

.tab_line {
	display: block;
	margin-bottom: 4px;
	padding-left: 20px;
	height: 25px;
	position: relative;
	cursor: pointer;
	cursor: hand;
}

.tab_arrow {
	position: absolute;
	left: -14px;
	display: none;
}

.tab_line.active {
	background-color: rgb(135,179,79);
	color: #fff;
	font-weight: 700;
}

.tab_line.active .tab_arrow {
	display: inline-block;
}



/* Menue */

#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	height: 80px;
	float: right;
	text-transform: uppercase;
}

#menu ul li {
	float: left;
	padding: 0px; 
	margin: 0px;
	height: 80px;
}

#menu ul li .menu_status {
	display: inline-block;
	width: 100%;
	height: 10px;
	float: left;
}

#menu ul li a {
	display: inline-block;
	color: rgba(255,255,255,0.6);
	padding: 0px;
	padding-top: 20px;
	margin: 0 20px;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 300 !important;
	font-size: 23px;
	height: 60px;
	letter-spacing: 1px;
	transition: all 0.5s;
	border-bottom: 3px solid #000;
}

#menu ul li a:hover {
	color: rgba(255,255,255,1);
}

#menu ul li a.active {
	border-bottom: 3px solid #fff;
	color: rgba(255,255,255,1);
}

#head_meta_menu {
	width: 100%;
}


#head_meta_menu ul {
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	width: 1000px;
	margin: 0 auto;
	list-style: none;
	padding-top: 2px;
}

#head_meta_menu ul li {
	float: left;
	margin-right: 40px;
}

#head_meta_menu ul li a {
	color: #999;
	text-transform: uppercase;
}

#head_meta_menu ul li a:hover {
	color: #fff;
}




/* ==========================================================================
   Content Style
   ========================================================================== */

#sidebar_content a, #main_content a {
	color: #ffffff;
	border-bottom: 1px dotted #F7EA21;
}

#sidebar_content a:hover, #main_content a:hover {
	color: #F7EA21;
}


/* ==========================================================================
   Tools
   ========================================================================== */





/* jQuery UI */

#ui-datepicker-div {
	z-index: 30 !important;
}


/* Lightbox */

#lightbox_layer {
	display: none; 
	z-index: 999; 
	position: fixed; 
	width: 100%; 
	height: 100%;
}

#lightbox_content {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
}

#lightbox_bg {
	width: 100%; 
	height: 100%; 
	background-color: rgba(255,255,255,0.8); 
	position: fixed;
}

#lightbox_dots span {
	display: inline-block; 
	width: 8px; 
	height: 8px; 
	border-radius: 4px;
	background-color: rgb(247,234,33);
	background-color: rgba(247,234,33,0.4);
	margin: 4px;
}

#lightbox_dots span.active {
	background-color: rgba(247,234,33,1);	
}


#lightbox_center {
	position: relative;	
}

#lightbox_center img {
	width: 100%;
}

.lba {
	position: relative;
	display: inline-block;
	border: none !important;
	margin-bottom: 20px;
	margin-right: 20px;
}

.lba:hover img {
	-webkit-box-shadow: 0 0 7px 3px rgba(247,234,33,1);
	box-shadow: 0 0 7px 3px rgba(247,234,33,1);
}

#lba_prev, #lba_next, #lba_close {
	opacity: 0.7;
}

#lba_prev img, #lba_next img {
	height: 33px;
	padding: 5px;
	margin-left: 15px;
}

#lba_close img {
	height: 30px;
	padding: 5px;
	float: right;
	margin-top: -5px;
	margin-right: -5px;
}

.ico_popup {
	position: absolute;
	height: 25px;
	top: 30px;
	right: 10px;
	opacity: 0;
}




/* Kontakt Formular */




.hlt {
	border: 1px solid #ff0000;
}

.hpt {
	display: none;
}



/* ---- */







label {
	width: 130px;
	float: left;
	display: block;
	margin: 5px 0px 4px 0px;
	font-weight: normal;
}


#contact_ct {
	position: absolute;
	margin-left: -590px;
	margin-top: -60px;
	width: 530px; 
	padding: 40px; 
	height: 470px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.8);
	display: none;
}

#contactform label {
	display: none;
}

input, textarea {
	width: 100%;
	background-color: #000;
	padding: 6px;
	display: block;
	float: left;
	border: 1px solid #666;
	margin: 4px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
}

input:focus, textarea:focus {
	background-color: #333;
	color: #fff;
	border: 1px solid #F7EA21;
}

::-webkit-input-placeholder {
    color:    #999;
}
:-moz-placeholder { 
    color:    #999;
}
::-moz-placeholder {
    color:    #999;
}
:-ms-input-placeholder { 
    color:    #999;
}

#btnsubmit {
	background-color: #F7EA21;
	color: #000;
	float: right;
	padding: 2px 10px;
	width: auto;
	cursor: pointer;
	cursor: hand;
	border: none;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}

#btnsubmit:hover {
	background-color: #000;
	color: #F7EA21;
}

#showhide {
	background-color: rgba(0,0,0,0.4);
	width: 20px;
	height: 20px;
	position: absolute;
	color: #FFF59A;
	font-size: 18px;
	padding: 10px;
	margin-top: 50px;
	left: 250px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
}

#showhide:hover {
	background-color: rgba(0,0,0,0.6);
}

.impbox {
	float: left;
	margin: 0px 15px 15px 0px;
}

.impbox img{
	width: 110px;
}



/* ==========================================================================
   FC JUVENTINA
   ========================================================================== */

.gallery_box {
	display: inline-block;
	width: 48%;
	margin-right: 4%;
	height: 260px;
	border: none !important;
	float: left;
}

.gallery_box:nth-child(even) {
	margin-right: 0;
}

.gallery_image {
	display: inline-block;
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.gallery_title {
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}


.type_25, .type_30 {
	width: 31%;
	margin-right: 2%;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	float: left;
}

.type_25:nth-child(3n+2){
	/*margin-right: 0;*/
}

.box.type_25 .lba {
	margin: 0;
}

.type_30 img {
	width: 200px;
	height: 130px;
}

.portrait_image {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.portrait_infos {
	display: inline-block;
	position: absolute;
	bottom: 15px;
	background-color: #F7EA21;
	color: #000;
	font-size: 13px;
	width: 90%;
	padding: 3px 5px 5px 10px;
	left: -10px;
	line-height: 110%;
}

.team_link {
	padding: 3px 10px;
	border: none !important;
	display: inline-block;
}

.team_link.active {
	background-color: #F7EA21;
	color: #000 !important;
	font-weight: 700;
}

.news_box {
	border: none !important;
	display: block;
}

.news_box:hover h4 {
	color: #F7EA21 !important;
}

.news_image {
	width: 200px;
	height: auto;
	float: left;
	margin-right: 20px;
}

#latest_news {
  background-color: rgba(44,44,44,0.6);
  margin-left: -20px;
  margin-top: -180px;
  position: absolute;
  width: 100%;
}

#latest_news .box {
	background-color: transparent;
}

#latest_news #ln_title {
	padding: 20px;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 2px;
}

#latest_news .news_box {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 150px;	
}

#latest_news .news_box:hover .news_title {
	background-color: #F7EA21;
	color: #000;
}

#latest_news .ln_box {
	width: 20%;
	height: 150px;
	float: left;
	display: inline-block;
	position: relative;
}

#latest_news .news_image {
	width: 100%;
	height: 130px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
}

#latest_news .news_title {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 10px;
  color: #f7ea21;
  font-size: 14px;
  left: 0;
  padding: 5px;
  margin: 0 10px;
  position: absolute;
  width: 180px;
  transition: all 0.5s;
}

#intro_news .news_image {
  background-position: center center;
  background-size: cover;
  float: left;
  height: 200px;
  margin: 0;
  width: 100%;
  position: relative;
  transition: all 0.5s;
}

#intro_news .nss_box:hover .news_image {
	transform: scale(1.2);
	opacity: 0.6;
}

.nss_box {
	width: 50%;
	height: 200px;
	float: left;
	overflow: hidden;
	background-color: #000;
}



.nss_box1 .news_image, .nss_box1 {
  height: 400px !important;
}

.nss_box a {
	position: relative;
	display: inline-block;
	width: 100%;
	color: #fff !important;
}

.nss_box .news_title {
  bottom: 22px;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  text-align: center;
  text-shadow: 2px 2px 2px #000000;
  width: 100%;
  left: 0;
  z-index: 10;
}

/* Shop */


.prodbox {
	display: inline-block;
	width: 30%;
	margin: 10px 1% 0px 1%;
	float: left;
	height: 300px;
}

.prodbox .prodimage {
	display: inline-block;
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.prodbox .prodtitle {
	font-weight: bold;
}

.prodbox .prodprice {
	font-style: italic;
}

.product_left {
	display: inline-block;
	width: 40%;
	float: left;
	padding-top: 20px;
}

.product_right {
	display: inline-block;
	width: 60%;
	float: left;
	padding-top: 20px;
}

.product_left .lba {
	margin: 0px;
}

.prodimgadd.lba {
	display: inline-block;
	width: 48%;
	float: left;
	height: 100px;
	margin: 0px;
	margin-top: 10px;
	margin-right: 4%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.prodimgadd.lba:nth-of-type(2n - 1){
	margin-right: 0%;
}

.prodimgadd:hover {
	-webkit-box-shadow: 0 0 7px 3px rgba(247,234,33,1);
	box-shadow: 0 0 7px 3px rgba(247,234,33,1);
}

.product_right {
	padding-left: 20px;
}

/* shop */

.col_gelb {
	color: #F7EA21;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Tablet Landscape */

/* (max-device-width: 1024px) and (orientation: landscape),
screen and (device-width: 768px) and (device-height: 1024px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2), */

@media 
(max-width: 1200px)
{



}

/* Tablet Portrait */

/* (max-device-width: 768px) and (orientation: portrait), */

@media
(max-device-width: 768px) and (orientation: portrait),
screen and (device-width: 768px) and (device-height: 1024px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2)
{


	
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}