/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
/* @import url(https://fonts.googleapis.com/css?family=Arimo:400,700); */

/* arimo-regular - latin-ext */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  src: local('Arimo Regular'), local('Arimo-Regular'),
       url('css/fonts/arimo-v11-latin-ext-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('css/fonts/arimo-v11-latin-ext-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arimo-italic - latin-ext */
@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 400;
  src: local('Arimo Italic'), local('Arimo-Italic'),
       url('css/fonts/arimo-v11-latin-ext-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('css/fonts/arimo-v11-latin-ext-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arimo-700 - latin-ext */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  src: local('Arimo Bold'), local('Arimo-Bold'),
       url('css/fonts/arimo-v11-latin-ext-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('css/fonts/arimo-v11-latin-ext-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arimo-700italic - latin-ext */
@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 700;
  src: local('Arimo Bold Italic'), local('Arimo-BoldItalic'),
       url('css/fonts/arimo-v11-latin-ext-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('css/fonts/arimo-v11-latin-ext-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*---------------------------------
	OVERRIDES
-----------------------------------*/
body {
	margin: 0;
	padding: 0 0 0 0;
	color: #000;
	/* background: #efefef url(css/img/gray_jean.png); */
	background-color: #fff;
	font-family: 'Arimo', arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	text-shadow: 0 0 1px transparent; /* google font pixelation fix */
}

h1,h2,h3,h4,h5,h6{
font-family: "Arimo", arial, verdana, sans-serif;
font-weight:normal;
}

h1 { font-size: 2.5em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.8em; }

hr {
	margin: 10px 0;
}

thead th,
tbody th{
font-family: "Arimo", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Arimo", arial, verdana, sans-serif;
}

.menu{
font-family: "Arimo", arial, verdana, sans-serif;
}

blockquote{
font-family: "Arimo", arial, verdana, sans-serif;
}

strong, b {
color: inherit;
font-weight: bold;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    color: #fff;
    z-index: 1000;
}

.navbar ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.navbar li {
    margin: 0;
    padding: 0;
    list-style-type: 0;
    display: inline-block;
}

.navbar li a {
    display: inline-block;
    color: #efefef;
    padding: 1em 0.7em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 100%;
    font-size: 1.2em;
}

#footer{
text-align:center;
padding:10px;
margin:0;
border-top:1px solid #ddd;
color:#999;
font-size:0.8em;
text-shadow:0px 1px 1px #fff;
position: relative;
top:0;
left:0;
background:#fff;
}

/* Isetta Club Modification */

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}


.bx-wrapper {
	margin-bottom: 16px;
}
/*
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 5px solid #0099ea;
} */

/*---------------------------------
	MENU STYLES
	EDIT BELOW THIS LINE TO CUSTOMIZE
-----------------------------------*/

.maincontent img {
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}


.menu.navi4 {
	background: none;
	border: none;
	text-align: right;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);	
}

.menu.navi4 ul {
	text-align: left;
}


.menu.navi4 li {
	/* background: #0074b4; */
	text-shadow: none;
	color: #004F7A;
}

.menu.navi4 li a {
	/* background: #0074b4; */
	text-shadow: none;
	color: #004F7A;
}

/* zeigt den aktiven Zweig
.menu.navi4 li a.menu-parent {
	color: #fff;
	background: #0099ea;
}

.menu.navi4 li a:hover {
	color: #fff;
	background: #0099ea;
}

.menu.navi4 li a.menu-current {
	color: #fff;
	background: #0099ea;
} */

/* Begin Vertical Navigation CSS Menu */

#leftnavigation {
	width: 100%;
}

#leftnavigation ul {
	/* background: #333; */
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width:auto;
}

#leftnavigation ul ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
}

#leftnavigation li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#leftnavigation a {
	/* background: #333; */
	border-bottom: 1px solid #efefef;
	background: transparent url(images/isetta-li.jpg) no-repeat;
	color: #0076b4;
	display: block;
	margin: 0px;
	padding: 4px 0px 4px 34px;
	text-decoration: none;
}

#leftnavigation .menu-current a {
	background: transparent url(images/isetta-li.gif) no-repeat;
	background-color: #0076b4;
	color: #fff;
}

#leftnavigation .menu-child a {
	background: transparent url(images/isetta-li.jpg) no-repeat;
	color: #0076b4;
}

#leftnavigation li a:hover {
	background: transparent url(images/isetta-li.gif) no-repeat;
	background-color: #0076b4;
	color: #fff;
}

/* End Vertical Navigation CSS Menu */

/* post_date */
.post_date {
  display: block;
  background: none;
  text-align: right;
  font-size: 0.7em;
  color: #555;
}

/*link einer news rechts neben icon*/
.post_title a {
	color: #fff;
	display: block;
	background-color: #0076b4;
	text-decoration: none;
	padding: 3px 3px 3px 5px;
}

@media all and (max-width: 768px) {
div#icheadteaser {
	display: none;
}
}

/* Videos Responsive ausrichten */
.responsiveVideo {
   position: relative;
   padding-bottom: 56.25%; padding-top: 30px;
   height: 0;
   overflow: hidden;
}

.responsiveVideo iframe,  .responsiveVideo object, .responsiveVideo embed {
   position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* IMG Responsive ausrichten */
img.picfull {width:100%; height:auto;}
img.pic2left {float:left; width:49%; margin: 3px 1% 2px 0; height:auto;}
img.pic2right {float:right; width:49%; margin: 3px 0 2px 0.5%; height:auto;}

img.pic3left {float:left; width:32%; margin: 3px 1.5% 2px 0; height:auto;}
img.pic3right {float:right; width:32%; margin: 3px 0 2px 0.3%; height:auto;}

img.pic4left {float:left; width:24%; margin: 3px 1% 2px 0; height:auto;}
img.pic4right {float:right; width:24%; margin: 3px 0 2px 0.5%; height:auto;}