* { 
  margin: 0; 
  padding: 0;
}
		
body {
  font-family: 'Roboto-Thin', 'Roboto', 'Arial', sans-serif; 
  font-style: normal;
  font-weight:300;
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  background:#0d0d0d;
  margin:0; 
  padding:0; 
}


/* ############################################ Background Images ################################################### */

.photo {
	position: relative;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 450px;
}
.photo_big {
	position: relative;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 690px;
}
.photo_1	{
	background-image: url(../img/axel_kaapke_2.jpg);
}
.photo_2	{
	background-image: url(../img/axel_kaapke_2.jpg);
}
.photo_3	{
	background-image: url(../img/axel_kaapke_2.jpg);
}


/* ############################################ Slider ################################################### */

.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 106 css*/

.jssorb106 {position:absolute;}
.jssorb106 .i {position:absolute;cursor:pointer;}
.jssorb106 .i .b {fill:#000;fill-opacity:0.5;stroke:#fff;stroke-width:1800;stroke-miterlimit:10;stroke-opacity:0.8;}
.jssorb106 .i:hover .b {fill:#fff;fill-opacity:1;stroke:#2b1908;stroke-opacity:1;}
.jssorb106 .iav .b {fill:#fff;fill-opacity:1;stroke-width:1800;stroke:#cd8c95;stroke-opacity:0.6;}
.jssorb106 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/

.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}


/* ############################################ Cookie Abfrage Starseite ################################################### */


#cookies {
	width:97%; 
	padding: 30px 0% 30px 3%; 
	position:fixed; 
	bottom:0px; 
	background:#0d0d0d;
	border-top:1px solid #c89e72;
}

#cookies article {
	float:left;
	width:47%; 
	padding: 0px 3% 0px 0%;
}

#cookies .buttons {
	text-align:center;
	padding: 0px auto 0px auto;
}

#cookies p {
  text-align:center;
	padding: 0px 3% 0px 0%; 
}


/* ############################################ Boxes ################################################### */

/* ### Navigation ### */

#navigation_container {  
  background:#0d0d0d;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0;
  border-bottom:1px solid #b4532d;
  height:111px;
}  
#navigation_container .logo {
  position: relative; 
  top: 27px; 
  left: 5%; 
  z-index:10;
  width:300px;
}
#navigation_container .logo img {
  width:300px;
}


/* ### Titelbox ### */

#impressum {  
  background:#0d0d0d;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#impressum article {  
  width: 90%;
  margin: 0px 5% 0px 5%;
  padding: 62px 0px 65px 0px;
  text-align:left;
}


/* ### Titelbox ### */

#titelbox {  
  background:#ffffff;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#titelbox article {  
	border-top: 1px solid #cccccc;
  width: 50%;
  margin: 0px 25% 0px 25%;
  padding: 62px 0px 0px 0px;
  text-align:center;
}


/* ### Home Textbox ### */

#textbox_home {  
  background:#0d0d0d;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 62px 0px 0px 0px;
  border-top:1px solid #b4532d;
}
#textbox_home article {  
  width: 50%;
  margin: 0px 25% 0px 25%;
  padding: 0px 0px 0px 0px;
  text-align:center;
}
#textbox_home p {  
  padding: 0px 0px 30px 0px;
}
#textbox_home .container {  
  text-align:center; 
  width: 50%;
  border:1px solid #b4532d; 
  padding: 40px; 
  background:#171717; 
  margin:65px 25% 0px 25%;
  box-sizing: border-box;
}


/* ### Box Leistungen Übersicht ### */

#projekte {  
  width: 100%;
  background:#0d0d0d;
  margin: 0px 0% 0px 0%;
  padding: 65px 0px 75px 0px;
  border-bottom:1px solid #b4532d;
}
#projekte article { 
  float:left;
  width: 30%;
  margin: 0px 2.5% 0px 0%;
  border:1px solid #b4532d;
  box-sizing: border-box;
}
#projekte .container_left { 
  width: 30%;
  margin: 0px 2.5% 0px 2.5%;
  border:1px solid #b4532d;
  box-sizing: border-box;
}
#projekte .image { 
	display: block;
	float:left;
  width: 50%;
  height: auto;
  transition: .5s ease;
  margin-right:5%;
}
#projekte .image_2 { 
	display: block;
	float:left;
  width: 60%;
  height: auto;
  transition: .5s ease;
  margin-right:5%;
}
#projekte .image_3 { 
	display: block;
	float:left;
  width: 54%;
  height: auto;
  transition: .5s ease;
  margin-right:5%;
}
#projekte .container {
  position: relative;
  width: 95%;
}
#projekte .overlay {
  position: absolute;
  top: 40px;
  margin-left:55%;
  text-align: left;
}
#projekte .overlay_2 {
  position: absolute;
  top: 40px;
  margin-left:65%;
  text-align: left;
}
#projekte .overlay_3 {
  position: absolute;
  top: 40px;
  margin-left:59%;
  text-align: left;
}
#projekte .smalltext {
  padding: 21% 0 0 5%;
  font-size: 16px;
  text-align: left;
}
#projekte .button {
  text-align: center;
  width: 100%;
  padding: 40px 0 40px 0;
}
#projekte h2 {
	font-family: 'Roboto-Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  color: #b4532d;
  background:#171717;
  padding: 14px 20px 16px 20px;
  text-align: left;
  display:inline-block;
  transition: .5s ease;
}


/* ### Booking ### */

#booking {  
  background:#0d0d0d;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 62px 0px 65px 0px;
  border-top:1px solid #b4532d;
  border-bottom:1px solid #b4532d;
}
#booking article {  
  width: 70%;
  margin: 0px 15% 0px 15%;
  padding: 0px 0px 0px 0px;
  text-align:center;
}
#booking p {  
  padding: 0px 0px 0px 0px;
}
#booking .container {  
  text-align:left; 
  border:1px solid #b4532d; 
  width:70%;  
  background:#171717; 
  margin:65px 15% 0px 15%;
  padding: 40px; 
  box-sizing: border-box;
}

#booking .container_2 {  
  text-align:left; 
  border:1px solid #b4532d; 
  width:60%;  
  background:#171717; 
  margin:65px 20% 22px 20%;
  padding: 40px; 
  box-sizing: border-box;
  text-align:center;
}
.title_centered {  
  width:100%; 
  text-align:center;
}


/* ### Kontakt ### */

#kontakt {  
  background:#0d0d0d;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 72px 0px;
  border-top:1px solid #b4532d;
  border-bottom:1px solid #b4532d;
}
#kontakt article { 
  width: 100%;
  margin: 0px 0% 0px 0%;
  padding: 0px 0px 0px 0px;
  text-align:center;
}
#kontakt .kontakt_title {  
  width: 50%;
  margin: 0px 25% 0px 25%;
  padding: 0px 0px 0px 0px;
  text-align:center;
}
#kontakt .container {  
	float:left;
  text-align:left; 
  width: 28.3%;
  border:1px solid #b4532d; 
  padding: 40px; 
  background:#171717; 
  margin:65px 2.5% 0px 2.5%;
  box-sizing: border-box;
}
#kontakt .container_2 {  
	float:left;
  text-align:center; 
  width: 28.3%;
  padding: 40px; 
  margin:65px 2.5% 0px 2.5%;
  box-sizing: border-box;
}
#kontakt p {  
  padding: 0px 0px 0px 0px;
}


/* ### Footer ### */

#footer {  
  background:#0d0d0d;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 70px 0px 65px 0px;
  border-top:1px solid #b4532d;
}
#footer article {  
  width: 90%;
  margin: 0px 5% 0px 5%;
  padding: 0px 0px 0px 0px;
  text-align:center;
}
#footer img {  
  padding: 0px 0px 30px 0px;
}
#footer .navigation_bar {  
  padding: 0px 0px 0px 0px;
}
#footer_link_1, #footer_link_2 {
  display:inline;
}



/* ############################################ Navigation ################################################### */

/* Mobile Navi */

#mobileMenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  display: none;
  z-index:10003;
}

#mobileMenu ul li {
  display:block;
  font-style: normal;
  text-decoration:none;
  background-color: #ffffff;
  font-family: 'Roboto-Thin', 'Roboto', 'Arial', sans-serif; 
  outline:0; 
  -moz-outline:0; 
  text-decoration:none; 
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #444444;
  padding: 20px 0px 20px 0px;
  text-align: center;
  border-bottom: 1px solid #696969;
  z-index:10003;
}

#mobileMenu a {
	color: #737373;
  text-decoration: none;
  z-index:10003;
}

#mobileMenu a:hover {
  color: #000000;
  z-index:10003;
}

.toggleMobile {
  display: none;
}




#leistungen_div {
  width:100%; 
  padding-left:0px; 
  padding-right:0px; 
  padding-top:40px;
}

#top_navigation_bg {
  position: absolute;
  top:33px;
  right: 0px;
  height:60px; 
  width: 100%; 
	text-align: right;
}


#top_navigation { 
  padding: 10px 0px 20px 0px;
  text-align: right;
  width:95%;
  float:left;
}

#top_navigation_facebook { 
  padding: 8px 0px 20px 0px;
  text-align: left;
}

a.navigation { 
  font-family: 'Roboto-Thin', 'Roboto', 'Arial', sans-serif; 
  outline:0; 
  -moz-outline:0; 
  text-decoration:none; 
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #bfbfbf;
  padding: 4px 0px 4px 0px;
  margin: 0px 0px 0px 100px;
  border-top: 1px solid transparent;
   border-bottom: 1px solid transparent;
  -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
} 

a.navigation:hover { 
  color: #b4532d;
  border-bottom: 1px solid #ffffff;
} 

a.footer_navigation { 
  font-family: 'Roboto-Thin', 'Roboto', 'Arial', sans-serif; 
  outline:0; 
  -moz-outline:0; 
  text-decoration:none; 
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #bfbfbf;
  border-top: 1px solid transparent;
   border-bottom: 1px solid transparent;
  -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
  padding: 4px 0px 4px 0px;
  margin: 0px 70px 0px 0px;
} 

a.footer_navigation:hover { 
  color: #b4532d;
  border-bottom: 1px solid #ffffff;
} 

/* ############################################ Links ################################################### */

.button_black {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  background:#171717;
  padding:7px 14px;
  display:inline-block;
  outline:0; 
  -moz-outline:0; 
  text-decoration:none; 
  cursor: pointer;
}
.button_black:hover {
  background:#dddddd;
  color:#7393a0;
}


a.copyspan_link { 
  outline:0; 
  -moz-outline:0; 
  text-decoration:underline; 
  font-family: 'Roboto-Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #999999;
  padding: 4px 0px 4px 0px;
} 
a.copyspan_link:hover { 
   text-decoration:none;
} 


/* ############################################ Schriften ################################################### */


.title {
  font-family: 'Roboto-Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height:46px;
  color: #b4532d;
  margin-bottom:20px;
}

.title_ohne_margin {
  font-family: 'Roboto-Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height:46px;
  color: #484848;
  margin-bottom:0px;
}

.subtitle {
  font-weight: 400;
  font-size: 22px;
}

.navigation_active { 
  font-family: 'Roboto-Thin', 'Roboto', 'Arial', sans-serif; 
  text-decoration:none; 
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  padding: 4px 0px 4px 0px;
  margin: 0px 100px 0px 0px;
  color: #1F6409;
  border-bottom: 1px solid #737373;
}

.footer_navigation {
  font-family: 'Roboto-Thin', 'Roboto', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #bfbfbf;

}

.footer_navigation_active {
  font-family: 'Roboto-Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  padding: 0px 70px 0px 0px;
  color: #bfbfbf;
}



/* ############################################ Fonts ################################################### */

@font-face {
  font-family: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/permanent-marker-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Permanent Marker'), local('PermanentMarker'),
       url('../fonts/permanent-marker-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/permanent-marker-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/permanent-marker-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/permanent-marker-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/permanent-marker-v5-latin-regular.svg#PermanentMarker') format('svg'); /* Legacy iOS */
}


/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v15-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('../fonts/roboto-v15-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-100italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/roboto-v15-latin-100italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'),
       url('../fonts/roboto-v15-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-100italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-100italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-v15-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
       url('../fonts/roboto-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('../fonts/roboto-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v15-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/../fonts/roboto-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/roboto-v15-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
       url('../fonts/roboto-v15-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-v15-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
       url('../fonts/roboto-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v15-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('../fonts/roboto-v15-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/roboto-v15-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
       url('../fonts/roboto-v15-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-900italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

