/* embed Google Font */

/* nunito-300 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/nunito-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Nunito Light'), local('Nunito-Light'),
       url('../fonts/nunito-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-v12-latin-300.svg#Nunito') format('svg'); /* Legacy iOS */
}

/* nunito-regular - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Nunito Regular'), local('Nunito-Regular'),
       url('../fonts/nunito-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-v12-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
}

/* nunito-italic - latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/nunito-v12-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Nunito Italic'), local('Nunito-Italic'),
       url('../fonts/nunito-v12-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-v12-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-v12-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-v12-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-v12-latin-italic.svg#Nunito') format('svg'); /* Legacy iOS */
}

/* nunito-700 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Nunito Bold'), local('Nunito-Bold'),
       url('../fonts/nunito-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-v12-latin-700.svg#Nunito') format('svg'); /* Legacy iOS */
}

/* nunito-800 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/nunito-v12-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'),
       url('../fonts/nunito-v12-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-v12-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-v12-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-v12-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-v12-latin-800.svg#Nunito') format('svg'); /* Legacy iOS */
}

/* Fetter Text für HP SLider  */

.ce_revolutionslider_text.bold {
    font-weight: 700 !important;
}

/* Layout Kontaktformular */

form.styleH {
    background: rgba(0,155,164,0.4);
        background-color: rgba(0,155,164,0.4);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-attachment: scroll;
        background-image: none;
        background-size: auto;
        background-origin: padding-box;
        background-clip: border-box;
    padding: 25px;
    color: rgb(255,255,255);
}

form.styleH input, form.styleH select, form.styleH textarea {
    background-color: rgba(0,155,164,0.6);
    color: rgb(255,255,255);
    border-color: rgba(0,155,164,0.6);
}

form.styleH input::placeholder, form.styleH textarea::placeholder {
    color: #fff !important;
}

form.styleH a {
    color: rgb(231,226,71);
}

/* Definition Portfolio Menu */

.custommenu {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(217,210,74,0.6);
        background-color: rgba(217,210,71,0.6);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-attachment: scroll;
        background-image: none;
        background-size: auto;
        background-origin: padding-box;
        background-clip: border-box;
    z-index: 1000;
}

/* Changes Bottom Section */

#bottom .inside {
    margin: 0 auto;
    padding: 20px 40px 0px;
        padding-top: 20px;
        padding-right: 40px;
        padding-bottom: 0px;
        padding-left: 40px;
    overflow: hidden;
    font-size: 0.93em;
}

.green32 {
font-size: 9px;
line-height: 12px;
font-style: italic;
font-weight: 100;
letter-spacing: 0.119em;
}
