

* {
    z-index:1;
font-family: 'Open Sans', sans-serif;
}


h1 {
    padding-bottom: 10px;
    color: #98403f;
    }
h2 {
    font-size: 1.4em;
    color: #fa822d;
    font-style: italic;
    margin-top: -5px;
}
h3 {
    color: #98403f;
    font-size: 1.2em;
    font-style: italic;
}
.textbold {
    font-weight: bold;
}
.textboldtest {
    font-weight: bolder;
    font-size: 1.3em;
    color: #fa822d;
}
/* .linktext {
   Links
} */
.textbild{
    float: right;
    padding: 0px;
    border: 1px solid black;
    margin: 7px;
    text-align: center;
    height: 180px;
}
.zitat {
    font-size: 1.2em;
    color: #fa822d;
    font-style: italic;
    text-align: center;
    padding: 20px 10% 20px 10%;
}


body,html {
	background-image: linear-gradient(to right, #fed99b 0%,#fdc26b 100%);
	height: 100%;

}

.realContent {
	position: relative;
	top:25px;
}

.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px }
.panel-body .table {margin-bottom: 0px; }
.panel-group .panel + .panel {
    margin-top: 0;
}
.panel-group .panel {
    margin: 2px;
}
.panel-default > .panel-heading {
    background-color: #dec2c2;
}
.panel-body table tr td a {
    color:black;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: #fff;
}
  .affix {
      top: 20px;
	  width:262.5px;
  }
  
@media all and (max-width: 1200px) {  
  .affix {
      top: 20px;
	  width:212.5px;
  }
}

@media all and (max-width: 992px) {  
  .affix {
      top: 20px;
	  width:220px;
  }
}


@media all and (max-width: 1200px) {
  .realContent {
	position: relative;
	top: 15px;
}
}

.carousel {
    position: absolute;
    z-index: 1;
}

.carousel-inner {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	margin-bottom: 10px;
}
.zindex  {
	z-index:2;
}


.diashow {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#banner {
    z-index:-2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.row.margin {
	margin-top:25px;
}

.container {
    margin: 25px auto 25px;
    border-radius: 10px; 
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px;
    box-shadow: 0 5px 20px rgba(34, 25, 25, 0.4);
	height: auto;
    position:relative;
    
}

.container.main {
    margin-bottom:0;
    
}
.container.bottom {
	background-color:rgba(224, 224, 224, 0.95);
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	height:75px;
	margin-bottom:0;
	margin-top:0;
	z-index:0;
	padding:40px;
	
}

footer  {

	padding-bottom:15px;
}

footer .container.bottom ul {
	list-style-type: none;
    margin: 0px;
    display: inline-block;
    padding: 0px;
}

footer .container.bottom li {
	display: inline-block;
	color: #666;
	padding: 3px 6px;
	margin-left: 6px;
	text-transform: uppercase;
	font-weight: 700;
}
footer .container.bottom a {
	color: #666;
}
	
	

.onlyMob {
    display:none;
}
.mob-sub {
    display:none;
}


ul.dropdown-menu {
    font-size: 13pt;
    background-color: rgba(255,255,255,1);
    border-radius: 5px;
    padding: 5px;
    width: 150%;
}
.dropdown-menu a:link {
    padding: 5px;
    text-indent: 5px;
    transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
}
.dropdown-menu a:hover {
    padding: 5px;
    text-indent: 10px;
    transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.sidebar_mobile {
        width: 100%;
        height: 100%;
        background-color: #f4ebdd;
        z-index: 8;
        position: fixed;
        top: 100%;
        opacity: 0;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
        left:0;
        display:none;
    }
.slider {
    display:none;
}




.navbar { 
	background-color: rgba(0,0,0,0);
    opacity: 1;
    padding: 10px 0 2px;
    margin-bottom: 25px;
   
    border-top-right-radius: 5px;
	width: 100%;
	
}
.logo {
	margin-top: 20px;
    width: auto;
    z-index: 4;
    background-color: rgba(255,255,255,0.5);
    border-radius:5px;
    
}
.card {
	color:black;
	font-weight: bold;
    padding-top: 10px;
	/*text-shadow: 1px 1px 1px #ffffff;*/
	background-color:rgba(255, 255, 255, 0.55);
	margin: 2px;
	border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
    border: 1px solid black;
   
}

.card  a {
	color:#fffffe;
}
.card a:hover {
	color:#fff;
}

/* #card-text {
	
}
 */
/* Nav bar */
.navbar-brand {
    display:none;
}

.navbar-default {
	max-width: 100%;
	border:0;
	font-size: 18pt;
	color: black;
    position:absolute;
    right:0;
    background-color:rgba(255,255,255,0.5);
    padding-bottom: 8px;
	border-bottom: 3px solid #fa822d;
}


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



.nav > li.active > a {
    color: #fa822d;
	background-color: #e7e7e7;
	border-radius:5px;
	
}



.navbar-default .navbar-nav > li.active > a:focus {
	color: #fa822d;	
	background-color: #e7e7e7;
	border-radius:5px;
}



.navbar-default .navbar-nav >li > a {
    color: black;
   	
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fa822d;
	background-color: #e7e7e7;
	border-radius:5px;
	
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fd781a;
	background-color: #e7e7e7;
	border-radius:5px;
	
}

/* Navbar dropdown */
.dropdown-toggle {
	color: gray;
	border-radius:5px;
}
.navbar-toggle {
	background-color: #e2d0ad;
	border-color: black;
}
.icon-bar {
  color: black;
  border-color: black;
  background-color: black;
}

/* Small Devices */
@media(max-width: 991px){
    .navbar-default {
		max-width: 100%;
		border:0;
		font-size: 14pt;
		color: black;
	}
   
}
    .mobile-menu-btn .mobile-menu-btn_up .button_bottom .button_bottom_up {
        display:none;
    }

.mob-head {
        width: 100%;
        background:linear-gradient(#f0dcb5,#dfcba5);
         box-shadow: 0 rgba(34, 25, 25, 0.4);
        display:none;
    }
.logo_mob {
        width: 6%;
        display:none;
    }
.title_mob {
        position:absolute;
        left:10%;
        top:0;
        display:none;
    }
	

.mainContentArea {
	background-color: #FFFFFF;
	height: 100%;
    background-image:url(../images/deco/showdance.png);
    background-repeat: no-repeat;
    background-size: 160%;
	border-left: 10px solid #fa822d;
	min-height:520px;
}



/* DIV only for resizing (Sidebar | Content) */
.pink-container { 
	
	background-color:  #98403f;	
	height: 100%;
}


/* Weitere Links (Sidebar) */



li.a:link	{
	color:#8a7855;
}



.sidebar_nav	{
	width: 100%;
	height: 100%;
	z-index: 2;
	
	float:left;
    
}
/*.affix {
	top:0; /* APPENDIX 
    width: 18.5%;     
}
*/
.sidebar_nav a {
	color:black; 
}
#first-line {
	padding: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight: normal;
	font-size:13pt;
	

}

.sublink	{
	width: 100%;
	height: auto;
    
	font-size: 13pt;
	list-style: none;
	padding: 5px;
	color:#967e4d;
    background-color:rgba(255, 248, 248, 0.85);
    border-radius: 5px;
    border: 1px solid #000000;

	
}
.sublink > a {
    color:black;
}
.sublink:hover	{
	width: 100%;
	height: auto;
    font-weight: bold;
    color:red;
	font-size: 13pt;
	list-style: none;
	padding: 5px;

    
	
}
.sublink > a:hover {
    color:#b75a5a;
}



.sub {
	color:#8a7855;
	display:none;
	
}

.sub_show {
	color:#8a7855;
    list-style:none;
    font-size:13pt;
    background-color:rgba(255,255,255,0.8);
    border:1px solid #96877b;
	border-radius: 5px;
    line-height: none;
    padding: 5px;
	
}
a:hover {
    text-decoration: none;
}





.sub_show a {
	color:#8a7855;
    list-style:none;
    font-size:13pt;
    
    
    line-height: none;
    padding: 5px;
    position: relative;
    left: 0px;
	transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.sub_show:hover {
	color:#8a7855;
	background-color: #eeeeee;
    text-decoration: none;
}
.sub_show:hover a {
	color:#8a7855;
	background-color: #eeeeee;
    text-decoration: none;
    position: relative;
    left: 10px;
    transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    
}



.card-show {
	display: visible;
}
.glyphicon {
	font-size:12px;
}

.form-attr {
    background-color:rgba(255,255,255,0.5);
    float:right;
    padding: 10px;
    border-radius: 5px;
}
.form-attr_hide {
    background-color:rgba(255,255,255,0.5);
    float:right;
    padding: 10px;
    border-radius: 5px;
    display:none;
}


/* Mobile Devices */
@media(max-width: 767px){
	h1 {
        padding-top: 10px;
	}
    .container {
		top:0;
		margin-top:0;
		margin-bottom:0;
		border-radius: 0;
		padding-bottom: 15px;
        width:100%;
        background-color:#98403f;   
	}
	
	.sidebar {
	padding-bottom:20px;	
}
	
	
	.container.bottom {
	height:auto;
	
}
	footer  {

	padding-bottom:0px;
}
	
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding-left:5px;
	}
	
	
	
	
	
	.mobile_title a {
		color:#FFF;
		font-size:24px;
		font-variant:small-caps;
	}
	
		
    
    .form-attr {
        background-color:rgba(255,255,255,0.5);
        float:right;
        padding: 10px;
        border-radius: 5px;
        display:none;
    }
    .form-attr_hide {
        background-color:rgba(255,255,255,0.5);
        float:right;
        padding: 10px;
        border-radius: 5px;
        display:none;
        
    }
    
    
    .card {
	color:black;
	font-weight: bold;
	
	background-color:rgba(255, 255, 255, 0.55);
    border-radius:5px;
    width: 100%;
    margin-top:-80px;
    
    }
	.card.visible-xs {
	margin-top:0;
    
    }
    
    .navbar-toggle {
    background-color: rgba(252, 243, 243, 0.77);
    border:1px solid black;
    }
    .collapse {
        background-color:rgba(252, 243, 243, 0.77);
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    #slogan {
        float:right;
        float:left;
        font-size:11pt;
    }
    
    
    
    .logo {
    background-image: url(../images/logo_mobile2.png);
    background-size: 80%;
    width: 100%;
    height: 110px;
    z-index: 7;
    background-repeat: no-repeat;
    background-color:#f0dcb6;
    display:none;
    }
    .logo_mobile {
    background-image: url(../images/logo_mobile2.png);
    background-size: 80%;
    width: 100%;
    height: 110px;
    z-index: 7;
    background-repeat: no-repeat;
    background-color:#f0dcb6;
    display:none;
    }
    
    
    
	#submenu {
		display: none;
	}
	.mainContentArea {
	font-size: 15pt;
    line-height: 1.5;
		
	}
	
	
	/* Slider for "Weitere Links" on mobile page */
	
    
    .navbar-brand {
        display:block;
        width:80%;
        height:auto;
     
    }
    
    
    
    
    
    .mainContentArea {
        background-size:200%;
		padding-bottom:5px;
    }
   

	/* Container with Menu content */


	.sidebar_nav {
        display:none;
        
	}
    .navbar { 
	position:relative;
    top: 0;
    width:100%;
    background-color:#98403f;
    margin:0;
    border-radius:0;
    
    
    
    }

    
    .pink-container { 
	
    border-radius: 0;
	height: 100%;
        
    }
    .footer {
        display:none;
    }
 
    /* Diashow */
    .diashow {
        background-image:none;
        height:auto;
        
        
    }
    
    .mob-head {
        width: 100%;
        background:linear-gradient(#f0dcb5,#dfcba5);
         box-shadow: 0 rgba(34, 25, 25, 0.4);
        
    }
    .logo_mob {
        width: 5%;
        float:left;
    }
    .title_mob {
        position:absolute;
        left:10%;
        top:0;
    }
   /* Mobile menu */
    
    .mobile-menu-btn {
    width: 50px;
    height: 50px;
    background-color:#582727;
    border-radius: 50%;
    border-color: black;
    z-index: 10;
    position:fixed;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
         -o-transform: translate(-50%);
    transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    
        
    }
    

    
    .mobile-menu-btn_up {
    width: 50px;
    height: 50px;
    background-color:#582727;
    border-radius: 50%;
    border-color: black;
    z-index: 10;
    position:fixed;
    bottom: 94%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
         -o-transform: translate(-50%);
    transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        
    }
    
    
    
    .mobile-menu-btn:hover {
    width: 50px;
    height: 50px;
    background-color:#964d4d;
    border-radius: 50%;
    border-color: black;
    z-index: 10;
    position:fixed;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
    
    }
    
    .mobile-menu-btn_up:hover {
    width: 50px;
    height: 50px;
    background-color:#964d4d;
    border-radius: 50%;
    border-color: black;
    z-index: 10;
    position:fixed;
    bottom: 94%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
        -o-transform:translate(-50%);
       
    
    }
    
    .button_bottom {
        width: 50%;
        height:40%;
        top: 50%;
        left: 50%;
        transform:translateX(-50%) translateY(-50%);
        -webkit-transform:translateX(-50%) translateY(-50%);
        -ms-transform:translateX(-50%) translateY(-50%);
        -moz-transform:translateX(-50%) translateY(-50%);
        -o-transform:translateX(-50%) translateY(-50%);
        position: fixed;
        background-image:url(../images/slider/arrow_up.png);
        background-size:100%;
        background-repeat: no-repeat;
        z-index: 11;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
      .button_bottom_up {
        width: 50%;
        height:40%;
        top: 50%;
        left: 50%;
        transform:translateX(-50%) translateY(-50%);
        -webkit-transform:translateX(-50%) translateY(-50%);
        -ms-transform:translateX(-50%) translateY(-50%);
        -moz-transform:translateX(-50%) translateY(-50%);
        -o-transform:translateX(-50%) translateY(-50%);
        position: fixed;
        background-image:url(../images/slider/arrow_down.png);
        background-size:100%;
        background-repeat: no-repeat;
        z-index: 11;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    
    /* Menu */
    .menu_hidden {
       width: 100%;
        height: 100%;
        background-color: white;
        position:fixed;
        top:100%;
        left:0;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        opacity: 0;
    }
    .menu_show {
       width: 100%;
        height: 100%;
        background-color: white;
        position:fixed;
        top:0;
        left:0;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        opacity: 1;
		overflow:scroll;
    }
    .mob-sub {
        list-style:none;
        padding: 10px;
        background-color:rgba(255, 248, 248, 0.85);
        border: 1px solid black;
        font-size:16pt;
        color:black;
    }
    .submenu {
        top: 80px;
        position: fixed;
        width: 100%;
    }
}

@media all and ( min-width: 560px ) {
    .main_video { 
        width:560px;
        padding-bottom:315px !important;
    }
}

/* COOKIE BANNER CSS 
	.cookie-consent-banner {
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  z-index: 2147483645;
	  box-sizing: border-box;
	  width: 100%;

	  background-color: #F1F6F4;
	}

	.cookie-consent-banner__inner {     
	  max-width: 960px;
	  margin: 0 auto;
	  padding: 32px 0;
	}

	.cookie-consent-banner__copy { 
	  margin-bottom: 16px;
	}

	.cookie-consent-banner__actions {    
	}

	.cookie-consent-banner__header {
	  margin-bottom: 8px;
	  
	  font-family: "CeraPRO-Bold", sans-serif, arial;
	  font-weight: normal;
	  font-size: 16px;
	  line-height: 24px;
	}

	.cookie-consent-banner__description {
	  font-family: "CeraPRO-Regular", sans-serif, arial;
	  font-weight: normal;
	  color: #838F93;
	  font-size: 16px;
	  line-height: 24px;
	}

	.cookie-consent-banner__cta {
	  box-sizing: border-box;
	  display: inline-block;
	  min-width: 164px;
	  padding: 11px 13px;
		
	  border-radius: 2px;
	  
	  background-color: #2CE080;
	   
	  color: #FFF;
	  text-decoration: none;
	  text-align: center;
	  font-family: "CeraPRO-Regular", sans-serif, arial;
	  font-weight: normal;
	  font-size: 16px;
	  line-height: 20px;
	}

	.cookie-consent-banner__cta--secondary { 
	  padding: 9px 13px;
	  
	  border: 2px solid #3A4649;
	  
	  background-color: transparent;
	  
	  color: #2CE080;
	}

	.cookie-consent-banner__cta:hover {
	  background-color: #20BA68;
	}

	.cookie-consent-banner__cta--secondary:hover {
	  border-color: #838F93;
		
	  background-color: transparent;
	  
	  color: #22C870;
	}

	.cookie-consent-banner__cta:last-child {
	  margin-left: 16px;
	}
/* COOKIE BANNER CSS ENDE*/

/* Fonts lokal einbinden statt über google fonts */
	/* open-sans-300 - latin */
	@font-face {
	  font-family: 'Open Sans';
	  font-style: normal;
	  font-weight: 300;
	  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
	  src: local(''),
		   url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		   url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
		   url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		   url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
	}

	/* open-sans-regular - latin */
	@font-face {
	  font-family: 'Open Sans';
	  font-style: normal;
	  font-weight: 400;
	  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
	  src: local(''),
		   url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		   url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
		   url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		   url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
	}

	/* open-sans-500 - latin */
	@font-face {
	  font-family: 'Open Sans';
	  font-style: normal;
	  font-weight: 500;
	  src: url('../fonts/open-sans-v34-latin-500.eot'); /* IE9 Compat Modes */
	  src: local(''),
		   url('../fonts/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('../fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
		   url('../fonts/open-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */
		   url('../fonts/open-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
		   url('../fonts/open-sans-v34-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
	}

	/* open-sans-600 - latin */
	@font-face {
	  font-family: 'Open Sans';
	  font-style: normal;
	  font-weight: 600;
	  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
	  src: local(''),
		   url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		   url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
		   url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		   url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
	}

	/* open-sans-700 - latin */
	@font-face {
	  font-family: 'Open Sans';
	  font-style: normal;
	  font-weight: 700;
	  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
	  src: local(''),
		   url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		   url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
		   url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		   url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
	}

	/* open-sans-800 - latin */
	@font-face {
	  font-family: 'Open Sans';
	  font-style: normal;
	  font-weight: 800;
	  src: url('../fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
	  src: local(''),
		   url('../fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('../fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
		   url('../fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
		   url('../fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
		   url('../fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
	}

	/* open-sans-300italic - latin */
	@font-face {
	  font-family: 'Open Sans';
	  font-style: italic;
	  font-weight: 300;
	  src: url('../fonts/open-sans-v34-latin-300italic.eot'); /* IE9 Compat Modes */
	  src: local(''),
		   url('../fonts/open-sans-v34-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('../fonts/open-sans-v34-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
		   url('../fonts/open-sans-v34-latin-300italic.woff') format('woff'), /* Modern Browsers */
		   url('../fonts/open-sans-v34-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
		   url('../fonts/open-sans-v34-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
	}

	/* open-sans-italic - latin */
	@font-face {
	  font-family: 'Open Sans';
	  font-style: italic;
	  font-weight: 400;
	  src: url('../fonts/open-sans-v34-latin-italic.eot'); /* IE9 Compat Modes */
	  src: local(''),
		   url('../fonts/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('../fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
		   url('../fonts/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */
		   url('../fonts/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
		   url('../fonts/open-sans-v34-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
	}

	/* open-sans-500italic - latin */
	@font-face {
	  font-family: 'Open Sans';
	  font-style: italic;
	  font-weight: 500;
	  src: url('../fonts/open-sans-v34-latin-500italic.eot'); /* IE9 Compat Modes */
	  src: local(''),
		   url('../fonts/open-sans-v34-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('../fonts/open-sans-v34-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
		   url('../fonts/open-sans-v34-latin-500italic.woff') format('woff'), /* Modern Browsers */
		   url('../fonts/open-sans-v34-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
		   url('../fonts/open-sans-v34-latin-500italic.svg#OpenSans') format('svg'); /* Legacy iOS */
	}

	/* open-sans-600italic - latin */
	@font-face {
	  font-family: 'Open Sans';
	  font-style: italic;
	  font-weight: 600;
	  src: url('../fonts/open-sans-v34-latin-600italic.eot'); /* IE9 Compat Modes */
	  src: local(''),
		   url('../fonts/open-sans-v34-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('../fonts/open-sans-v34-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
		   url('../fonts/open-sans-v34-latin-600italic.woff') format('woff'), /* Modern Browsers */
		   url('../fonts/open-sans-v34-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
		   url('../fonts/open-sans-v34-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
	}

	/* open-sans-700italic - latin */
	@font-face {
	  font-family: 'Open Sans';
	  font-style: italic;
	  font-weight: 700;
	  src: url('../fonts/open-sans-v34-latin-700italic.eot'); /* IE9 Compat Modes */
	  src: local(''),
		   url('../fonts/open-sans-v34-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('../fonts/open-sans-v34-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
		   url('../fonts/open-sans-v34-latin-700italic.woff') format('woff'), /* Modern Browsers */
		   url('../fonts/open-sans-v34-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
		   url('../fonts/open-sans-v34-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
	}

	/* open-sans-800italic - latin */
	@font-face {
	  font-family: 'Open Sans';
	  font-style: italic;
	  font-weight: 800;
	  src: url('../fonts/open-sans-v34-latin-800italic.eot'); /* IE9 Compat Modes */
	  src: local(''),
		   url('../fonts/open-sans-v34-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('../fonts/open-sans-v34-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
		   url('../fonts/open-sans-v34-latin-800italic.woff') format('woff'), /* Modern Browsers */
		   url('../fonts/open-sans-v34-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
		   url('../fonts/open-sans-v34-latin-800italic.svg#OpenSans') format('svg'); /* Legacy iOS */
	}
/*END Fonts code */



