/* RESPONSIVE GRID */
.container,
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	}

@media (min-width:768px){.container{width:750px}}
@media (min-width:992px){.container{width:970px}}
@media (min-width:1200px){.container{width:1170px}}

.container-fluid {
	width: 100%;
	}

.row {
	margin-left: -15px;
	margin-right: -15px;
	}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px;}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}
.col-xs-12{width:100%} .col-xs-11{width:91.66666667%} .col-xs-10{width:83.33333333%} .col-xs-9{width:75%} .col-xs-8{width:66.66666667%} .col-xs-7{width:58.33333333%} .col-xs-6{width:50%} .col-xs-5{width:41.66666667%} .col-xs-4{width:33.33333333%} .col-xs-3{width:25%} .col-xs-2{width:16.66666667%} .col-xs-1{width:8.33333333%}

@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left} .col-sm-12{width:100%} .col-sm-11{width:91.66666667%} .col-sm-10{width:83.33333333%} .col-sm-9{width:75%} .col-sm-8{width:66.66666667%} .col-sm-7{width:58.33333333%} .col-sm-6{width:50%} .col-sm-5{width:41.66666667%} .col-sm-4{width:33.33333333%} .col-sm-3{width:25%} .col-sm-2{width:16.66666667%} .col-sm-1{width:8.33333333%}}

@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}
.col-md-12{width:100%} .col-md-11{width:91.66666667%} .col-md-10{width:83.33333333%} .col-md-9{width:75%} .col-md-8{width:66.66666667%} .col-md-7{width:58.33333333%} .col-md-6{width:50%} .col-md-5{width:41.66666667%} .col-md-4{width:33.33333333%} .col-md-3{width:25%} .col-md-2{width:16.66666667%} .col-md-1{width:8.33333333%}}

@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}
.col-lg-12{width:100%} .col-lg-11{width:91.66666667%} .col-lg-10{width:83.33333333%} .col-lg-9{width:75%} .col-lg-8{width:66.66666667%} .col-lg-7{width:58.33333333%} .col-lg-6{width:50%} .col-lg-5{width:41.66666667%} .col-lg-4{width:33.33333333%} .col-lg-3{width:25%} .col-lg-2{width:16.66666667%} .col-lg-1{width:8.33333333%}}

.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.modal-footer:after,.modal-footer:before,.row:after,.row:before{content:" ";display:table}
.clearfix:after,.container-fluid:after,.container:after,.row:after{clear:both}
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

.pull-right {
	float: right !important;
	}

.pull-left {
	float: left !important;
	}

.clear,
.container:after {
	clear: both;
	}

/* ----- FONTS ----- */
body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #696969;
	margin: 0;
	padding: 0;
    border-top: 10px solid #a3b75f;
	font-weight: 300;
	}
    @media only screen and (max-width: 768px) {
		body{
            font-size: 16px;
			}
		}

.bg-notdienst {
	border-bottom: 10px solid #a3b75f;
	background-color: #a3b75f;
	color: #ffffff;
	font-size: 16px;
	}

.bg-notdienst a,
.bg-notdienst a:hover {
	color: #ffffff;
	}

a {
    font-weight: 300;
    color: #696969;
    text-decoration: none;
    }

a:hover {
    color: #a3b75f;
    }

h1 {
    font-size: 30px;
    color: #8d0825;
    margin: 0 0 50px 0;
    /*text-transform: uppercase;*/
    font-weight: 400;
    } 
    @media only screen and (max-width: 768px) {
		h1 {
            font-size: 25px;
			}
		}

h2 {
    font-size: 30px;
    color: #8d0825;
    margin: 0 0 30px 0;
    font-weight: 400;
    } 
    @media only screen and (max-width: 768px) {
        h2 {
            font-size: 25px;
			}
		}

.hl2 {
    font-size: 30px;
    color: #8d0825;
    margin: 0 0 30px 0;
    font-weight: 400;
    } 
    @media only screen and (max-width: 768px) {
        .hl2 {
            font-size: 25px;
			}
		}

h3 {
    font-size: 30px;
    color: #8d0825;
    margin: 0 0 20px 0;
    font-weight: 300;
    }

.footer h3 {
	font-size: 30px;
    color: #ffffff;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: 500;
	}

h4 {
    font-size: 20px;
    color: #8d0825;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 700;
    }

.bold, strong {
    font-weight: 500;
    }

/* ----- FONT ICONS ----- */
.material-icons-round {
    color: #fff;
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 22px;
    vertical-align: middle;
    text-align: center;
    }   
    @media only screen and (max-width: 767px) {
		.material-icons-round  {
			font-size: 18px;
			}
		}
    @media only screen and (max-width: 444px) {
		.material-icons-round  {
			font-size: 12px;
			}
		}

.logo {
	margin: 40px 0;
	text-align: center;
	}
    @media only screen and (max-width: 1200px) {
		.logo {
			margin: 25px auto 20px auto; 
            width: 100%;
            text-align: center;
			}
		}

.logo img {
	width: 100%;
	max-width: 290px;
	height: auto;
	}
    @media only screen and (max-width: 767px) {
		.logo img{
			width: 50%;
            margin: 0 auto;
			}
		}

.navigation {
	margin: 0;
	padding: 40% 0 0 0;
	}
	@media only screen and (max-width: 1200px) {
		.navigation {
			padding: 15% 0 0 0;
			width: 100%;    
			}
		}
    
    @media only screen and (max-width: 991px) {
		.navigation {
			margin: 0 0 0 0;
            padding: 30% 0 0 0%;
			width: 100%;    
			}
		}


span.mobile-menu {
  	display: none;
	}
  	@media only screen and (max-width: 991px) {
    	span.mobile-menu {
			display: block;
			position: absolute;
			top: 25px;
			right: 25px;
			z-index: 5000;
			}
		}

.navigation ul {
	position: relative;
	list-style-type: none;
    text-align: left;
	margin: 0;
	padding: 0;
	}
	@media only screen and (max-width: 991px) {
		.navigation ul {
			width: 100%;
			background: #efefef;
            display: none;
            padding: 60px 0;
			}
		}


ul.nav li {
	display: inline-block;
	padding: 15px 0 0 0;
	}
	@media only screen and (max-width: 991px) {
		ul.nav li {
			padding: 10px 0;
            display: block;
			}
		}

/*ul.nav li .margin {
    margin: 0 50px;
    }
    @media only screen and (max-width: 991px) {
		ul.nav li .margin {
			margin: 0 25px;
			}
		}*/

ul.nav li a {
	display: block;
	margin: 0 30px 0 0;
	padding: 0;
	color: #696969;
    font-weight: 300;
    letter-spacing: 1.5px;
	text-decoration: none;
	}
    @media only screen and (max-width: 1200px) {
		ul.nav li a {
			font-size: 16px;
			}
		}

	@media only screen and (max-width: 991px) {
		ul.nav li a {
			display: block;
			text-align: center;
            margin: 0 auto;
            font-size: 18px;
			}
		}

ul.nav li a:hover,
ul.nav li.active a {
	color: #a3b75f;
	}

.menu {
    display: block;
    }
	@media only screen and (max-width: 991px) {
		.menu {
			display: none;
			}
		}

.submenu {
    display: none;
    }
    @media only screen and (max-width: 991px) {
            .submenu {
                display: block;
                }
            }

/* ----- BANNER ----- */
.banner {
	width: 100%;
    margin: 0;
	}

.banner img {
	width: 100%;
	height: auto;
	}

.img-responsive {
	width: 100%;
	max-width: 600px;
	height: auto;
	}

/* ----- MAIN CONTENT ----- */
.main-content {
    width: 80%;
    margin: 100px 10% 100px 10%;
    text-align: center;
    }
    @media only screen and (max-width: 1200px) {
		.main-content {
			 width: 70%;
            margin: 100px 15% 100px 15%;
			}
		}
    @media only screen and (max-width: 991px) {
		.main-content {
			 width: 90%;
            margin: 60px 5% 60px 5%;
			}
		}

.main-content ul {
	list-style-position: inside;
	padding-left: 0;
	}

/* ----- MAIN CONTENT HOME ----- */
.main-content-home {
    width: 80%;
    margin: 0 10% 100px 10%;
    text-align: center;
    }
    @media only screen and (max-width: 1200px) {
		.main-content-home {
			 width: 70%;
            margin: 0 15% 100px 15%;
			}
		}
    @media only screen and (max-width: 991px) {
		.main-content-home {
			 width: 90%;
            margin: 60px 5% 60px 5%;
			}
		}

.text-center {
	text-align: center;
	}

.aerzte {
	background-image: url("../images/bg_aerzte.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	padding: 100px 0;
	}

.team {
	padding: 100px 0;
	}

.arzt-portrait {
	width: 30%;
	display: inline-block;
	border-radius: 5px;
	padding: 20px 1%;
	margin-right: 1%;
	margin-bottom: 20px;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	}
	@media only screen and (max-width: 991px) {
		.arzt-portrait {
			width: 80%;
            margin-right: 0;
			margin-left: 9%;
			}
		}

.arzt-portrait img {
	width: 100%;
	border-radius: 5px;
	}

.kindergarten {
	background-image: url("../images/bg_aerzte.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	padding: 100px 0;
	}

.divider {
	padding: 50px 0;
	}

.praxispics img {
	width: 32%;
	margin-right: 1%;
	margin-bottom: 20px;
	}

ul.vita {
	list-style-type: none;
	}

.box-karriere-1 {
	background-color: #efefef;
	border-radius: 10px;
	padding: 40px;
	}

.box-karriere-1 .material-icons-round {
	color: #8d0825;
	font-size: 48px;
	}

/* ----- NEWS ----- */
.link-button {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
    z-index: 50000!important;
	}

.link-button img {
    width: 100%;
    max-width: 250px;
    position: inherit;
    margin-top: -200px;
    margin-bottom: 0px;
    transition: transform 0.4s;
    cursor: pointer;
    }
    @media only screen and (max-width: 1280px) {
		.link-button img{
			width: 100%;
            max-width: 180px;
            margin-top: -150px;
            margin-right: 50px;
			}
		}
    @media only screen and (max-width: 580px) {
		.link-button img{
			width: 100%;
            max-width: 120px;
            margin-top: -80px;
            margin-right: 50px;
			}
		}

.link-button img:hover {
    transform: scale(1.1);
    }

.news{
    background-color: rgba(163,183,95,0.20);
    padding: 60px 0;
    text-align: center;
    }

.news-inner {
    width: 80%;
    margin: 0 10%;
    }
    @media (max-width: 991px) {
		.news-inner  {
			width: 90%;
            margin: 0 5%;
			}
		}

.news h4 {
    color: #a3b75f;
    font-size: 20px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 700;
    }

/* ----- TEASER ----- */
.teaser {
    padding: 60px 0;
    text-align: center;
    background-color: #f0f0f0;
    }

.teaser1,
.teaser2 {
    padding: 0;
    width: 30%;
    margin: 0 3.33% 0 0; 
    }
    @media only screen and (max-width: 768px) {
		.teaser1,
        .teaser2{
            width: 90%;
            margin: 0 5% 50px 5%;
			}
		}

.teaser3 {
    padding: 0;
    width: 30%;
    margin: 0; 
    }
    @media only screen and (max-width: 768px) {
		.teaser3{
            width: 90%;
            margin: 0 5% 0 5%;
			}
		}

.teaser1,
.teaser2,
.teaser3 {
    transition: transform 0.4s;
    cursor: pointer;
    }

.teaser1:hover ,
.teaser2:hover ,
.teaser3:hover {
    transform: scale(1.1);
    }

.teaser img {
    margin: 0 0 30px 0;
    }

.teaser a, 
.teaser a:hover {
	color: #696969;
	}

/* ----- FOOTER ----- */
footer {
    background-color: #696969;
    color: #fff;
    padding: 60px 0;
    }
    @media only screen and (max-width: 991px) {
		footer{
            text-align: center;
			}
		}

.footer a {
    color: #fff;
    font-weight: 400;
    }

.footer a:hover {
	color: #a3b75f;
	}

.margin {
    margin: 0;
    }    
    @media only screen and (max-width: 991px) {
		.margin{
            margin: 0 0 60px 0;
			}
		}

.termin-button {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #ffffff;
	padding: 12px 21px 14px 27px;
	text-transform: none;
	border: 1px solid #fff;
	border-radius: 3px !important;
	background: #333;
	}

.termin-button a {
	color: #fff;
	}

.termin-button a:hover {
	color: #a3b75f;
	}

/* ------ FORMULAR ------ */
.label {
	color: #8d0825;
	font-size: 20px;
	}

.field {
	margin-bottom: 20px;
	text-align: left;
	}

.field input {
	width: 100%;
	margin-bottom: 5px;
	font-size: 18px;
	padding: 10px 15px;
	border-radius: 5px;
	border: none;
	background-color: #efefef;
	text-align: center;
	}

.field input[type=checkbox] {
	width: auto;
	}

.field select {
	width: 100%;
	margin-bottom: 5px;
	font-size: 18px;
	border: none;
	background-color: #efefef;
	padding: 10px 15px;
	border-radius: 5px;
	color: #000000;
	text-align: center;
	}

input[type=submit] {
	padding: 15px;
	border: none;
	background-color: #8d0825;
	color: #ffffff;
	border-radius: 5px;
	font-size: 18px;
	}

/* ------ BACK TO TOP ------ */
#back-to-top {
    bottom: 10px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 5%;
	}
	@media only screen and (max-width: 767px) {
		#back-to-top {
			bottom: 30px;
			right: 20px;
			z-index: 500;
			}
	}

#back-to-top img {
    width: 35px;
    }

/* ----- SIDE BUTTONS ------ */
.side-buttons {
	position: fixed;
	top: 300px;
	right: 0;
	z-index: 1000;
	line-height: 1.0;
    text-align: left;
	}
	@media only screen and (max-width: 767px) {
		.side-buttons {
			position: fixed;
			top: 250px;
			right: 0;
			z-index: 1000;
			}
		}

.side-buttons div {
	display: block;
	background-color: #8d0825;
	padding: 10px 30px 10px 15px;
	margin-bottom: 10px;
	}
    @media only screen and (max-width: 767px) {
		.side-buttons div {
			margin-bottom: 5px;
            padding: 10px;
			}
		}

.phone >.phone-label {
	position: fixed;
	display: none;
	padding: 10px 10px 10px 10px;
	top: 300px;
	right: 67px;
	z-index: 2000;
	}
	@media only screen and (max-width: 767px) {
		.phone >.phone-label {
			top: 250px;
			right: 38px;
			padding: 10px 10px 10px 10px;
			}
		}

.time >.time-label {
	position: fixed;
	display: none;
	padding: 10px 10px 10px 10px;
	top: 352px;
	right: 67px;
	z-index: 2000;
	}
	@media only screen and (max-width: 767px) {
		.time >.time-label {
			top: 295px;
			right: 38px;
			padding: 10px 10px 10px 10px;
			}
		}

.location >.map-label {
	position: fixed;
	display: none;
	padding: 10px 10px 10px 10px;
	top: 404px;
	right: 67px;
	z-index: 2000;
	}
	@media only screen and (max-width: 767px) {
		.location >.map-label {
			top: 340px;
			right: 38px;
			padding: 10px 10px 10px 10px;
			}
		}

.termin {
	background-color: #333 !important;
	}

.termin >.termin-label {
	position: fixed;
	display: none;
	padding: 10px 10px 10px 10px;
	top: 456px;
	right: 67px;
	z-index: 2000;
	}
	@media only screen and (max-width: 767px) {
		.termin >.termin-label {
			top: 250px;
			right: 38px;
			padding: 10px 10px 10px 10px;
			}
		}

.phone:hover >.phone-label {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #696969;
    box-shadow: 0px 0px 1px #948b87;
	line-height: 1.4em;
	}

.side-buttons div div.phone-label a {
	text-decoration: none;
	background-color: none;
	color: #fff;
	padding: 0;
	margin-bottom: 0;
	}

.time:hover >.time-label {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #696969;
    box-shadow: 0px 0px 1px #948b87;
	line-height: 1.4em;
	}

.location:hover >.map-label {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #696969;
    box-shadow: 0px 0px 1px #948b87;
	line-height: 1.4em;
	}

.map-label a,
.termin-label a {
	color: #fff;
	text-decoration: none;
	}

.termin:hover >.termin-label {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #696969;
    box-shadow: 0px 0px 1px #948b87;
	line-height: 1.4em;
	}

.side-buttons div.facebook,
.side-buttons div.instagram {
	background-color: rgba(255,255,255,0.40);
	}

/* ----- NEWSBOX ----- */
.newsbox {
  	position: absolute;
  	display: none;
 	 width: 100vw;
	height: 100vh;
  	background-color: rgba(141,8,37,0.95);
  	padding: 20vh 5vw;
  	text-align: center;
  	z-index: 99999 !important;
  	color: #fff;
    }
	@media (max-width: 991px) {
		.newsbox {
			/*width: 90%;
			left: 5%;*/
			}
		}

.newsbox h2 {
    color: #a3b75f;
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 10px 0;
    padding: 0;
    }
    @media (max-width: 560px) {
		.newsbox h2{
			font-size: 24px;
			}
		}
    @media (max-width: 465px) {
		.newsbox h2{
			font-size: 20px;
			}
		}

.newsbox a,
.newsbox a:hover {
	text-decoration: underline;
    color: #fff;
    font-weight: 600;
	}

.newsbox img {
	width: 100%;
	max-width: 800px;
	}

/* ##### FONT INTEGRATION ##### */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url("../fonts/MaterialIcons-Regular.woff2") format('woff2'),
    url("../fonts/MaterialIcons-Regular.woff") format('woff'),
    url("../fonts/MaterialIcons-Regular.ttf") format('truetype');
}

/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v18-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('../fonts/roboto-v18-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-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-v18-latin-100italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'),
       url('../fonts/roboto-v18-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-100italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-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-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-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-v18-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
       url('../fonts/roboto-v18-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-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-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-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-v18-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
       url('../fonts/roboto-v18-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

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

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-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-v18-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
       url('../fonts/roboto-v18-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-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-v18-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('../fonts/roboto-v18-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-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-v18-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
       url('../fonts/roboto-v18-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-900italic.svg#Roboto') format('svg'); /* Legacy iOS */
}