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

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


body.modern {
    font-family: "Merriweather",serif;
	font-size: 14px;
	font-weight: 300;
}


p {
    font-size: 14px;
    line-height: 1.8;
}

h2 {
    font-size: 20px;
}

h4 {
	font-size: 14px;
}

.marbot {
	margin-bottom: 40px;
}

.navbar-inverse .navbar-toggle {
    border-color: none;
    border: 0;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
}

.navbar-brand > img {
    display: block;
    height: 45px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}


.navbar-inverse .navbar-nav li a {
    color: white;
}


ul.nav.navbar-nav.navbar-right.navbar-compr li > a {
    color: #444;
}

.navbar-expanded li > a {
    color: #fff;
}



.navbar-inverse {
    background-color: rgba(255,255,255,0.9);
}


.container > .navbar-header {
    padding: 10px 0px 5px;
}

.navbar-fixed-top {
    padding: 10px 0px 5px;
    transition: padding 0.5s ease 0s;
}


img.logo {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/skin/images/hellmann-logo-weiss.png") no-repeat;
  background-size: cover;
  width: 200px; /* Width of new image */
  height: 45px; /* Height of new image */
  padding-left: 192px; /* Equal to width of new image */
}


img.logo.inverse {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/skin/images/hellmann-logo-sm.png") no-repeat;
  background-size: 175px 39px;
  width: 175px; /* Width of new image */
  height: 39px; /* Height of new image */
  padding-left: 192px; /* Equal to width of new image */
}



.navbar-fixed-top .navbar-brand:hover {
    opacity: 0;
}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
    border-radius: 0px;
    border-bottom: 4px solid #444;
}

.inhalt a {
    border-bottom: 1px dotted;
	color: inherit;
	transition-property: all;
	transition-duration: 150ms;
	transition-timing-function: linear;
}




hr {
    max-width: 100px;
    border-top: 3px solid #d7d7d7;
    border-bottom: 0;
    height: 2px;
    margin: 15px auto;
}

hr.colored {
    border-color: #d7d7d7;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pricing .pricing-item {
    text-align: center;
    background: #FFF none repeat scroll 0% 0%;
    color: #222;
    padding: 30px 40px;
    box-shadow: none;
    z-index: 1;
    margin-bottom: 30px;
}




.hide { display: none; }


.pricing-item {
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

 footer.footer {
    color: rgba(255, 255, 255, 0.7);
    background: transparent none no-repeat scroll center center / cover;
    padding: 0;
}

footer section {
    padding: 20px 0px;
}

footer.footer .social {
    margin-bottom: 0px;
}


ul.footernav {
	margin-left: -40px;
	list-style-type: none;
	font-size: 1.3rem;
}

ul.footernav > li {
	display:inline;
	margin-left: 0;
	list-style-type: none;
}




.about-1 #about-1-carousel .item,
.about-3 #about-1-carousel .item,
.about-1 #about-3-carousel .item,
.about-3 #about-3-carousel .item {
  margin: 30px;
  width: 225px;
    height: 225px;
    margin: 15px auto;
    border-radius: 0;
}
.about-1 #about-1-carousel .item .info .list-inline,
.about-3 #about-1-carousel .item .info .list-inline,
.about-1 #about-3-carousel .item .info .list-inline,
.about-3 #about-3-carousel .item .info .list-inline {
  font-size: 18px;
}
.about-1 #about-1-carousel .item .info p,
.about-3 #about-1-carousel .item .info p,
.about-1 #about-3-carousel .item .info p,
.about-3 #about-3-carousel .item .info p {
  margin: 0 0 10px;
}
@media (min-width: 767px) {
  .about-1 #about-1-carousel .item,
  .about-3 #about-1-carousel .item,
  .about-1 #about-3-carousel .item,
  .about-3 #about-3-carousel .item {
    width: 225px;
    height: 225px;
    margin: 15px auto;
    border-radius: 0;
    position: relative;
    cursor: default;
    box-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
  .about-1 #about-1-carousel .item:hover,
  .about-3 #about-1-carousel .item:hover,
  .about-1 #about-3-carousel .item:hover,
  .about-3 #about-3-carousel .item:hover {
    box-shadow: none;
  }
  .about-1 #about-1-carousel .item:hover .info,
  .about-3 #about-1-carousel .item:hover .info,
  .about-1 #about-3-carousel .item:hover .info,
  .about-3 #about-3-carousel .item:hover .info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .about-1 #about-1-carousel .item:hover .info p,
  .about-3 #about-1-carousel .item:hover .info p,
  .about-1 #about-3-carousel .item:hover .info p,
  .about-3 #about-3-carousel .item:hover .info p,
  .about-1 #about-1-carousel .item:hover .info ul,
  .about-3 #about-1-carousel .item:hover .info ul,
  .about-1 #about-3-carousel .item:hover .info ul,
  .about-3 #about-3-carousel .item:hover .info ul {
    opacity: 1;
  }
  .about-1 #about-1-carousel .item .info,
  .about-3 #about-1-carousel .item .info,
  .about-1 #about-3-carousel .item .info,
  .about-3 #about-3-carousel .item .info {
    position: absolute;
    background: rgba(164,165,165, 0.8);
    width: inherit;
    height: inherit;
    border-radius: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
  }
  .about-1 #about-1-carousel .item .info h3,
  .about-3 #about-1-carousel .item .info h3,
  .about-1 #about-3-carousel .item .info h3,
  .about-3 #about-3-carousel .item .info h3 {
    color: #f4f5f7;
    font-size: 24px;
    margin: 0 30px;
    padding: 45px 0 0 0;
    height: 120px;
  }
  .about-1 #about-1-carousel .item .info p,
  .about-3 #about-1-carousel .item .info p,
  .about-1 #about-3-carousel .item .info p,
  .about-3 #about-3-carousel .item .info p {
    color: #f4f5f7;
    color: rgba(244, 245, 247, 0.8);
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 14px;
    border-top: 1px solid rgba(244, 245, 247, 0.5);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0.4s;
    -moz-transition: all 0.4s ease-in-out 0.4s;
    -o-transition: all 0.4s ease-in-out 0.4s;
    -ms-transition: all 0.4s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out 0.4s;
  }
  .about-1 #about-1-carousel .item .info ul,
  .about-3 #about-1-carousel .item .info ul,
  .about-1 #about-3-carousel .item .info ul,
  .about-3 #about-3-carousel .item .info ul {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0.4s;
    -moz-transition: all 0.4s ease-in-out 0.4s;
    -o-transition: all 0.4s ease-in-out 0.4s;
    -ms-transition: all 0.4s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out 0.4s;
  }
  .about-1 #about-1-carousel .item .info ul li a,
  .about-3 #about-1-carousel .item .info ul li a,
  .about-1 #about-3-carousel .item .info ul li a,
  .about-3 #about-3-carousel .item .info ul li a {
    color: #f4f5f7;
    color: rgba(244, 245, 247, 0.8);
  }
  .about-1 #about-1-carousel .item .info ul li a:hover,
  .about-3 #about-1-carousel .item .info ul li a:hover,
  .about-1 #about-3-carousel .item .info ul li a:hover,
  .about-3 #about-3-carousel .item .info ul li a:hover {
    color: #f4f5f7;
  }
}


.portfolio-modal .close-modal .lr, .portfolio-modal .close-modal .lr .rl {
    background-color: black;
}

.portfolio-modal .modal-content {
    color: #000;
    text-align: center;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 24px;
}

.inhalt .about-3 a {
    border-bottom: 0px dotted;
    color: inherit;
    transition-property: all;
    transition-duration: 150ms;
    transition-timing-function: linear;
}


@media (max-width: 768px) {
.navbar-brand > img {
    display: block;
    height: 30px;
}

#logomobile {
    margin-top: 15px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #5f5f5f;
}

.navbar-inverse .navbar-nav li a {
    color: #5f5f5f;
}

.container > .navbar-header {
    padding: 0px 0px 5px;
}

.price-item { 
	max-width: 200px;
	margin-right: 15px;
	margin-left: 15px;	
}

h3 { font-size: 20px;}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
    border-radius: 0px;
    border-bottom: 0 solid #444;
    font-weight: bold;
}


}