/* Farben
  Sea Green #24ae80
  Peacock Blue #008f96
  Vandar Poels Blue #053d5d
  Lemon Yellow #fae900
  Silver #898b8f
  Eosine Pink #ea4a89
*/

.cc-window {
  color: rgb(255, 255, 255);
  background-color: #053d5d !important;
}

/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Book';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/montserrat-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-300.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bold';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v25-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/montserrat-v25-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Black';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: "PTbold";
  src: url("https://www.vva.at/skin/fonts/PTSerif-Bold.eot");
  src: url("https://www.vva.at/skin/fonts/PTSerif-Bold.eot?#iefix") format("embedded-opentype"),
    url("https://www.vva.at/skin/fonts/PTSerif-Bold.woff2") format("woff2"),
    url("https://www.vva.at/skin/fonts/PTSerif-Bold.woff") format("woff"),
    url("https://www.vva.at/skin/fonts/PTSerif-Bold.ttf") format("truetype"),
    url("https://www.vva.at/skin/fonts/PTSerif-Bold.svg#PTSerif-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PTregular";
  src: url("https://www.vva.at/skin/fonts/PTSerif-Regular.eot");
  src: url("https://www.vva.at/skin/fonts/PTSerif-Regular.eot?#iefix") format("embedded-opentype"),
    url("https://www.vva.at/skin/fonts/PTSerif-Regular.woff2") format("woff2"),
    url("https://www.vva.at/skin/fonts/PTSerif-Regular.woff") format("woff"),
    url("https://www.vva.at/skin/fonts/PTSerif-Regular.ttf") format("truetype"),
    url("https://www.vva.at/skin/fonts/PTSerif-Regular.svg#PTSerif-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "VVA";
  src: url("https://www.vva.at/skin/fonts/vva.eot");
  src: url("https://www.vva.at/skin/fonts/vva.eot?#iefix") format("embedded-opentype"),
    url("https://www.vva.at/skin/fonts/vva.ttf") format("truetype"),
    url("https://www.vva.at/skin/fonts/vva.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.navbar-brand > img {
  display: block;
  width: 120px;
  margin-top: 13px;
}

nav.navbar.bootsnav {
  margin-bottom: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
  border: none;
  border-top: solid 5px #fae900;
  z-index: 9;
}

nav.bootsnav .container {
  /*     width: 1380px; */
}

nav.navbar.bootsnav ul.nav > li > a {
  font-family: "Bold", sans-serif;
  color: #121212;
  font-size: 1em;
}

a.anfrage {
  font-family: "Bold", sans-serif !important;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 2px solid #000;
  border-radius: 0;
  padding-top: 7px;
}

a button.ir {
  padding: 0 !important;
  font-family: "Bold", sans-serif !important;
}



:focus {
  outline: 0;
}

.dev {
  display: none;
  background: yellow;
  color: black;
  padding: 10px 15px;
  text-align: center;
}

.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
}

.sidebaricons,
.sidebaricons a {
  color: #ea4a89;
}

.apkontakt {
  border-bottom: 5px solid #ea4a89;
  margin-bottom: 15px;
  padding: 0;
  font-size: 14px;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "vva" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #ea4a89;
  font-size: 25px;
  margin-right: 10px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:hover,
[class*=" icon-"]:hover {
  color: #e62735;
}

.icon-mail:before {
  content: "\e900";
}
.icon-next:before {
  content: "\e901";
}
.icon-overview:before {
  content: "\e902";
}
.icon-print:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-info:before {
  content: "\e905";
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-brand {
  float: left;
  height: 78px;
  padding: 13px 0 0;
  font-size: 18px;
  line-height: 20px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  min-width: 200px;
}

nav.navbar li.dropdown ul.dropdown-menu {
  border-top-color: #fae900 !important;
}

/*	################################################################

  #384452
  vva rot #ea4a89

################################################################# */

body {
  color: #121212;
  font-family: "Book", sans-serif;
  font-weight: normal;
  font-size: 14px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #999;
  text-decoration: none;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

h1,
#content h1 {
  font-family: "Bold", sans-serif;
  font-size: 4rem;
  font-weight: normal;
}

h2,
#content h2 {
  font-family: "Bold", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h2.blog {
  font-size: 4rem !important;
  text-transform: none !important;
  word-break: break-word;
}

h3,
#content h3,
h3.blog {
  font-family: "Bold", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

hr.portfolio-title {
  margin-top: 10px;
}

.h4,
h4 {
  font-size: 1em;
  font-family: "Book", sans-serif;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  margin-top: 10px;
}

b,
strong {
  font-family: "Bold", sans-serif;
  font-weight: normal;
  color: #000;
}

/* blog */

.less {
  display: none;
}
.tags {
  color: #999;
}
.bilder {
  margin: 20px auto;
}

.ir_caption {
  background: #24ae80;
  width: 360px;
  height: 360px;
  margin: 0 50%;
  position: absolute;
  top: 95px;
  left: -180px;
  padding: 30px;
  text-align: center;
  color: #fff;
}

.irentry {
  padding: 15px 13px 10px;
  background: #fff;
  color: #24ae80;
  width: 200px;
  margin: 0 auto;
  font-family: "Bold", sans-serif;
}

a button.ir {
  padding: 15px;
  height: 50px;
  border: 2px solid #fff;
  margin: 10px 0 0;
  font-family: "Bold", serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background: none;
}

* {
  box-sizing: border-box;
}
.grid123 {
  max-width: 100%;
  max-height: 100%;
}

/* clear fix */
.grid123:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-item {
  float: left;
  width: 20%;
  height: 175px;
  background: none;
  border: 0;
}

.grid-item--width1 {
  width: 30%;
}
.grid-item--width2 {
  width: 40%;
}
.grid-item--height2 {
  max-height: 350px;
}

/* ---- grid ---- */
.grid {
  max-width: 100%;
  height: 400px;
}
/* clearfix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}
/* ---- grid-item ---- */
.grid-sizer,
.grid-item {
  width: 20%;
}
.grid-item {
  height: 120px;
  float: left;
  background: #d7d7d7;
  border: 1px solid #fff;
  border-radius: 0;
}
.grid-item--width2 {
  width: 40%;
}
.grid-item--width3 {
  width: 60%;
}
.grid-item--height2 {
  height: 240px;
}
.grid-item--height3 {
  height: 360px;
}
.grid-item--height4 {
  height: 480px;
}
.empty {
  background: #fff;
  border: 0;
}

ul.zertifikate {
  list-style-type: none;
  margin-top: 32px;
}

ul.zertifikate li {
  display: inline-block;
  margin: 0 0 0 20px;
  height: 50px;
}
ul.zertifikate li img {
  height: 50px;
  opacity: 0.4;
}

ul.zertifikate li img:hover {
  opacity: 1;
  -webkit-transition: opacity 1s; /* Safari */
  transition: all 1s;
}

ul.no-bullet {
  list-style-type: none;
}

ul.sidebaricons {
  margin-left: -40px;
}

ul.sidebaricons > li i {
  width: 30px;
}
ul.sidebaricons > li {
  font-size: 14px;
}
ul.sidebaricons a {
  text-decoration: none;
  border: 0;
}

ul > li.nobulls {
  list-style-type: none;
  font-size: 1em;
  font-family: "Book", sans-serif;
  margin-bottom: 10px;
  margin-left: 10px;
}

#content {
  padding-bottom: 100px;
}

.imginline img {
  margin-top: 30px;
  margin-bottom: 30px;
}

a.movielink {
  text-decoration: none !important;
  color: #000;
  padding: 30px 0;
}
a.movielink:hover {
  text-decoration: none !important;
  color: #999;
}

hr,
.hr {
  width: 20px;
  height: 3px;
  background: #000;
  border: 0;
  margin: 0px;
  position: relative;
  padding: 0;
}

.marbot {
  margin-bottom: 30px;
}
.marbotx2 {
  margin-bottom: 60px;
}
.marbotx3 {
  margin-bottom: 90px;
}
.martop {
  margin-top: 30px;
}
.martopx2 {
  margin-top: 60px;
}
.martopx3 {
  margin-top: 90px;
}

input#searchterm.form-control {
  width: 100% !important;
}

.form-control {
  display: block;
  width: 100%;
  height: auto !important;
  padding: 10px 6px 6px !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0 !important;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#content a {
  text-decoration: underline;
}

#content a:hover {
  color: #999;
}

#content ul {
  margin-left: -45px;
}

#content ul > li {
  font-size: 1.4rem;
  border-bottom: 0;
  padding: 0;
  list-style-type: none;
  text-indent: -15px;
  margin-left: 20px;
}

#content ul > li::before {
  font-family: "FontAwesome";
  content: "\f105";
  margin-left: 0px;
  margin-top: 0px;
  padding: 0 10px 0 0;
}

ul#telefonbuch {
  margin-top: 30px;
}

ul#telefonbuch > li::before,
ul.cllist > li::before {
  font-family: "FontAwesome";
  content: "" !important;
  margin-left: 0px;
  margin-top: 0px;
  padding: 0 0 0 0 !important;
}

ul#telefonbuch > li::before,
ul.cllist > li::before {
  font-family: "FontAwesome";
  content: "" !important;
  margin-left: 0px;
  margin-top: 0px;
  padding: 0 0 0 0 !important;
}

ul#telefonbuch > li {
  font-size: 0.9em !important;
  border-bottom: 0;
  padding: 0;
  list-style-type: none;
  text-indent: 0;
  margin-left: 10px;
  height: 24px;
}

#content ul.files {
  margin-left: -60px;
}

ul.files > li {
  border-bottom: 0;
  padding: 5px 0 0;
  list-style-type: none;
  text-indent: 0;
  margin-left: 0;
}

ul.files > li::before {
  font-family: "FontAwesome";
  content: "" !important;
  margin-left: 0px;
  margin-top: 0px;
  padding: 0 0 0 0;
}

ul.files > li a {
  text-decoration: none !important ;
}

#sidebar {
  font-size: 14px;
  line-height: 1.8;
  padding-top: 9px;
}

#sidebar a {
  text-decoration: none;
}

#sidebar a:hover {
  color: #999;
}

#sidebar ul {
  margin-top: 30px;
}

#sidebar ul > li {
  border-bottom: 0;
  padding: 5px 0 0;
  list-style-type: none;
  text-indent: 0;
  margin-left: 5px;
}

#sidebar ul > li::before {
  font-family: "FontAwesome";
  content: "";
  margin-left: 0px;
  margin-top: 0px;
  padding: 0 0 0 0;
}

#sidebar .sidebaricons a {
  color: #000;
  border-bottom: 0;
}

#sidebar a {
  color: #000;
  border-bottom: 1px dotted #000;
}

#footertop {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #d1d1d1;
}

#footertop a,
#footertop a:link,
#footertop a:visited {
  color: #121212;
}

#footertop a:hover {
  color: #777;
}

#footertop ul.meta {
  list-style-type: none;
  margin-top: 4px;
  list-style-position: inside;
  text-align: right !important;
}

#footertop ul.meta li {
  display: inline;
  margin-right: 15px;
}

#footertop ul.meta li < a,
#footertop ul.meta li < a:link,
#footertop ul.meta li < a:visited {
  color: #666 !important;
  display: inline;
}

#footertop ul.meta li < a:hover {
  color: #fff;
}

@media (max-width: 600px) {
  #footertop ul.meta {
    text-align: center !important;
  }
  #footertop ul.meta li {
    margin-bottom: 15px;
    line-height: 3;
  }
}

#footerwrap {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #d7d7d7;
  color: #777;
}

#footerwrap a {
  color: #000;
}

#footerwrap ul li < a,
#footerwrap ul li < a:link,
#footerwrap ul li < a:visited {
  color: #000 !important;
}

#footerwrap ul li < a:hover {
  color: #fff;
}

#footerwrap a:link,
#footerwrap a:visited {
  color: #000;
}

/*#startnews .owl-item{
  background: rgba(0,0,0,0.5)
}*/

/*
.portfolio-caption.background--light, .portfolio-title.background--light, .portfolio-subtitle.background--light, .portfolio-caption.background--light h4, .portfolio-caption.background--light h3 {
  color: white !important;
}

.portfolio-caption.background--dark, .portfolio-title.background--dark, .portfolio-subtitle.background--dark, .portfolio-caption.background--dark h4, .portfolio-caption.background--dark h3 {
  color: white !important;
}

.portfolio-caption.background--complex, .portfolio-title.background--complex, .portfolio-subtitle.background--complex, .portfolio-caption.background--complex h4, .portfolio-caption.background--complex h3 {
   color: white !important;
}
*/

.megamenu ul {
  margin-left: -50px;
}

.portfolio-item {
  float: left;
  width: 100%;
  padding: 0px 5px 5px 0;
  position: relative;
}

.portfolio-item .portfolio-img-wrap {
  background-size: cover;
  position: relative;
  padding-top: 100%;
}

.nopad {
  padding: 0;
}

.tall {
  height: calc(200% + 10px);
}

.portfolio-caption {
  position: absolute;

  max-width: 100%;
}

.portfolio-caption hr {
  width: 20px;
  height: 3px;
  background: #fff;
  border: 0;
  margin: 0px;
  position: relative;
  padding: 0;
}

.portfolio-caption .hr {
  width: 20px;
  height: 3px;
  background: #fff;
  border: 0;
  margin: 0px;
  position: relative;
  padding: 0;
}

.portfolio-caption-top {
  position: absolute;
  top: 20px !important;
  left: 20px;
}

.portfolio-caption-top h2 {
  font-size: 5rem;
  color: #fff;
}

.portfolio-caption h3 {
  color: #fff;
}

.portfolio-caption h4 {
  font-family: "PTregular", serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 10px 0 0;
  color: #fff;
}

.ptext {
  min-height: 65px;
}

#startprodukte {
  margin-top: 20px;
}

#news h3 {
  margin-top: 5px;
}

ul.logos {
  text-align: center;
}

#footertop ul.meta {
  list-style-type: none;
  margin-top: 15px;
  list-style-position: inside;
  margin-left: -40px;
  text-align: center;
}

#footerwrap {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #d7d7d7;
  color: #121212;
  text-align: center;
}

ul.zertifikate {
  list-style-type: none;
  margin-top: 32px;
  text-align: right !important;
  margin-left: -40px;
}

ul.zertifikate li {
  display: inline-table;
  margin: 0 12px;
  height: 50px;
  padding-bottom: 17px;
}

#content {
  margin-top: 0 !important;
}

.navbar-form {
  padding: 10px 15px;
  margin-top: -10px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -5px;
  border-top: 0;
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Zitate Box */

.zitate {
  height: 100% !important;
  padding: 0 !important;
  background: transparent !important;
  margin-bottom: 0 !important;
}

.zitate h4 {
  font-family: "PTregular", serif;
  font-size: 1.5rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 0 !important;
}

.zitate h5 {
  color: #fff;
  font-size: 12px;
}

.portfolio-wrapper {
  background-size: 85% !important;
  background-position-x: right !important;
  background-position-y: bottom !important;
}

#AnzeigeBild {
  background-color: #053d5d !important;
}

#AnzeigeText {
  padding: 15px;
}

#AnzeigeText h3 {
  color: #fff !important;
}

/* Startboxen */

.portfolio-caption.small {
  padding: 15px !important;
}

h3.portfolio-title {
  margin-top: 0 !important;
}

/* List Styling Telefonbuch */

#telefonbuch a {
  border: 0;
}

.listNav {
  margin: 0 0 10px;
}

.ln-letters {
  overflow: hidden;
  color: #000;
}
.ln-letters a {
  font-size: 0.9em;
  display: block;
  float: left;
  padding: 2px 6px;
  border: 1px solid silver;
  border-right: none;
  text-decoration: none;
}
.ln-letters a.ln-last {
  border-right: 1px solid silver;
}
.ln-letters a:hover,
.ln-letters a.ln-selected {
  color: #000;
}
.ln-letters a.ln-disabled {
  color: #ccc;
}
.ln-letter-count {
  text-align: center;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 3px;
  color: #336699;
  display: none;
}

.ln-letters2 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0;
}

#telefonbuch-nav .ln-letters a {
  border: none;
  border-bottom: 0 solid #000;
  color: #000;
}
#telefonbuch-nav .ln-letters a.ln-last {
  border-right: none;
}
#telefonbuch-nav .ln-letters a:hover,
#telefonbuch-nav .ln-letters a.ln-selected {
  border-top: 0;
  background-color: transparent;
  color: #ea4a89 !important;
}
#telefonbuch-nav .ln-letters a.ln-disabled {
  color: #d7d7d7;
}
#telefonbuch-nav .ln-letters a.ln-disabled:hover {
  color: white;
}
#telefonbuch-nav .ln-letter-count {
  color: red;
}

#telefonbuch li {
  color: #000;
  border-bottom: 1px solid #000 !important;
  margin-bottom: 10px !important;
}
#telefonbuch li a {
  color: #000;
  text-decoration: none;
}
#telefonbuch li a:hover {
  text-decoration: none;
}
#content #telefonbuch ul > li::before {
  font-family: "FontAwesome";
  margin-left: 0px;
  margin-top: 0px;
  padding: 0 !important;
  display: none;
}

#telefonbuchdtail ul {
  list-style-type: none;
}
#telefonbuchdtail ul > li {
  display: inline-block;
}

span.name {
  width: 18%;
  float: left;
  padding-right: 0px;
}
span.funktion {
  width: 42%;
  float: left;
  padding-right: 0px;
}
span.telefon {
  width: 12%;
  float: left;
  padding-right: 0px;
}
span.durchwahl {
  width: 6%;
  float: left;
  padding-right: 0px;
}
span.fax {
  width: 6%;
  float: left;
  padding-right: 0px;
}
span.mobil {
  width: 14%;
  float: left;
  padding-right: 0px;
}
span.mail {
  width: 2%;
  float: left;
  padding-right: 0px;
  text-align: right;
}

.portfolio-caption.small {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 15px 0 15px;
  width: 98%;
  max-width: 100%;
  height: 98%;
  background: rgba(0, 0, 0, 0.2); /* FF3.6-15 */
  /* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.portfolio-caption.no-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: none !important;
  filter: none;
}

.portfolio-caption.gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: rgba(0, 0, 0, 0.2) !important;
  filter: none;
}

.portfolio-caption22.small {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 20px 0 20px;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.portfolio-caption.small.news {
  position: absolute;
  bottom: 0%;
  left: 0;
  padding: 15px 15px 0 15px;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.max {
  width: 100% !important;
  height: 100% !important;
}

#footerwrap {
  text-align: left;
}

ul.logos {
  text-align: left;
}

/* Navigation */

nav.navbar.bootsnav .navbar-nav > li > a {
  display: block;
  width: 100%;
  border-bottom: solid 0 #e0e0e0 !important;
  padding: 10px 0;
  border-top: solid 0 #e0e0e0 !important;
  margin-bottom: -1px;
}

li.dropdown.megamenu a.dropdown-toggle.current,
.nav.navbar-nav.navbar-right li.current a {
  color: #fae900;
}

  .portfolio-item.large .portfolio-caption {
    bottom: 15px !important;
    left: 15px !important;
  }
  .zitate h4 {
    font-family: "PTregular", serif;
    font-size: 1.5rem;
    color: #fff;
    font-weight: normal;
    line-height: 1.3;
    margin-top: 0 !important;
  }
  .sbitem8 h4.portfolio-subtitle {
    display: none !important;
  }

@media all and (max-width: 1200px) {
  .sbitem5 .portfolio-caption {
    margin-top: -75px;
    margin-left: 0px;
  }
}

@media all and (min-width: 1025px) {
}

@media (max-width: 992px) {
  nav.navbar.bootsnav.no-full .navbar-collapse {
    max-height: calc(85vh);
    overflow-y: auto !important;
  }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 15px 0px;
    font-weight: normal;
    font-family: "Bold";
    text-transform: uppercase;
    color: #000;
    font-size: 1.5rem;
  }

  nav.dropdown-menu.megamenu-content ul {
    margin-top: 20px;
  }

  nav ul.dropdown-menu.megamenu-content li ul {
    margin-left: -40px;
  }
}



@media only screen 
   and (min-width: 1024px) 
   and (max-height: 1366px) 
   and (orientation: landscape) 
   and (-webkit-min-device-pixel-ratio: 1.5) {
 .zitate h4 {
    font-size: 2rem;
    color: #fff;
  }
 }
 
 

@media all and (max-width: 768px) {
  span.name {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  span.funktion {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  span.telefon {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  span.durchwahl {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  span.fax {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  span.mobil {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  span.mail {
    width: 100%;
    float: none;
    padding-right: 0px;
    text-align: right;
  }

  ul#telefonbuch > li {
    min-height: 55px;
  }

  .zitate h4 {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  ul#telefonbuch > li {
    min-height: 100px;
  }
}

@media all and (max-width: 565px) {
  h1,
  #content h1 {
    font-family: "Bold", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
  }

  .portfolio-caption.small {
  }

  .startitem1 .h1,
  .startitem1 .h2,
  .startitem1 .h3,
  .startitem1 h1,
  .startitem1 h2,
  .startitem1 h3 {
    margin-top: 0px;
  }

  #footerwrap {
    text-align: center;
  }

  ul.logos {
    text-align: center;
  }

  nav.navbar .navbar-brand {
    margin-top: 0;
    position: relative;
    top: 0;
  }

  /* .zitate h4 { font-size: 2em; line-height: 1.3 } */
  .portfolio-wrapper {
    background-size: 60% !important;
    background-position-x: right !important;
    background-position-y: bottom !important;
  }

  #AnzeigeText h5 {
    max-width: 50%;
  }
  .portfolio-caption.small {
    width: 100%;
    height: 100%;
  }
  .portfolio-caption h4 {
    font-size: 1.4rem;
  }
  .portfolio-item:nth-child(1n + 0) {
    padding: 0px 0 0 0px;
  }
  #item5 .portfolio-caption-top {
    top: 5px;
    left: 15px;
  }
  #item5 .portfolio-caption {
    left: 15px;
  }
}
