/**************************************** THIERYNU LANDINGPAGE ****************************************/

/*  by THIERYNU Web Design  */

/* ==================================================================

 * Table of Contents:
 *
 * 1.0 - General
 * 2.0 - Loader
 * 3.0 - Menu
 * 4.0 - Home
 * 5.0 - About
 * 6.0 - Design
 * 7.0 - Projects
 * 8.0 - Services
 * 9.0 - Contact
 * 10.0 - Impressum
 * 11.0- Responsive


================================================================== */

@import 'https://fonts.googleapis.com/css?family=Lato:100,400,900,300';
@import 'https://fonts.googleapis.com/css?family=Inconsolata:400,700';

 ==================================================================
                                GENERAL
==================================================================

body,
html {

    width:100%;
    height:auto;
    min-height:100%;
    font-family: 'lato';
    min-width: 320px;

}

ul,
ol {

    list-style-type: none;
    padding: 0;

}

a:active,
a:hover,
a:focus {

    outline: 0 none;
    text-decoration: none;

}

a:link {

    color: #474444;
    text-decoration: none;

}

h1 {

    color: #474444;
    font-size: 70px;
    font-weight: 800;
    letter-spacing:8px;
    margin-bottom: 25px;
    line-height: 1;
    margin-top: 25px;

}

h2 {

    letter-spacing: 2px;
    font-size: 25px;
}

p {

    font-size: 16px;
    letter-spacing: 0.4px;
    font-family: "inconsolata";
}

p,i {

    color: #474444;

}

.section-home,
.section-about,
.section-design,
.section-projects,
.section-services,
.section-contact,
.menu-left {

    display: table;
    position:relative;
    height: 100%;
    width: 100%;
    z-index: 5;
    table-layout: fixed;

}

.center {

    display: table-cell;
    vertical-align: middle;


}

.ms-section {

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;

}

.ms-section.ms-table {

    width: 100%;
    table-layout: fixed;

}

#main-container {

    width: 100%;
    height: 100%;
    overflow: auto;

}

.section-two,
.section-three,
.section-four {

    display: none;

}

.overlay-right {

    background-color: rgba(255, 255, 255, 0.75) !important;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;

}

/*
.vegas-slide-inner {

    background-size: none !important;
    opacity: 0.45 !important;

}
*/

.border {

    background: #fc5a5a;
    height: 18px;
    width: 82px;

}

.updown-navigation {

    bottom: 40px;
    position: fixed;
    right: 60px;
    z-index: 992;
    background: #fc5a5a;

}

.mobile-imprint {
  z-index: 9999999;
  opacity:0;
}

.mobile-imprint:link {
  letter-spacing: 1px;
  font-size: 15px;
  font-family: lato;
  text-decoration: underline;
}

.mobile-imprin:active {
  text-decoration: underline;
  color:#3d3838;
}

.mobile-imprint:visited {
  color:#3d3838;
}


/* ==================================================================
                                LOADER
================================================================== */

.loader-background {

    background: rgba(255,255,255,1);
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;

}

.loader-center {

    position: relative;
    top: 50%;
   -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
       -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
           transform: translateY(-50%);

}

.loader-frame {

    width: 130px;
    height: 130px;
    margin: 0 auto;
    border: 5px solid #FC5A5A;
    vertical-align: middle;
    background-image: url("../img/logo_website_loader.jpg");
    background-repeat: no-repeat;
    background-position: center center;
   -webkit-background-size: cover;
      -moz-background-size: cover;
       -ms-background-size: cover;
        -o-background-size: cover;
           background-size: cover;
}
.webp .loader-frame {
    background-image: url("../img/logo_website_loader.webp");
}

.loader-name {

    color: #3D3838;
    font-size: 80px;
    font-weight: 800;
    text-align: center;
    line-height: 118px;

}

.pace {

   -webkit-pointer-events: none;
           pointer-events: none;
   -webkit-user-select: none;
      -moz-user-select: none;
           user-select: none;

}

.pace-inactive {

    display: none;

}

.pace .pace-progress {

    background: #474444;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;

}


/* ==================================================================
                                MENU
================================================================== */
#homepic {
  max-width: 300px;
  max-height: 300px;
}
#homepic img {
    width:100%;
    height:100%;
    object-fit: contain;
}

.ion-arrow-left-c {
  color: white;
}


.menu-left {

    position: fixed;
    z-index: 99;
    width: 300px;
    background: rgba(255,255,255,1);

}

.menu-name {

    font-size: 45px;
    left: 60px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 2px;
    position: fixed;
    top: 40px;
    color: #474444;

}

.menu-sub {

    color: #d43838;
    font-size: 28px;
    left: 60px;
    font-weight: 300;
    letter-spacing: 2px;
    position: fixed;
    top: 100px;

}

.copyright {

    z-index: 99;
    bottom: 40px;
    left: 60px;
    position: fixed;
    color: #474444;
    font-weight: 400;
    letter-spacing: 1px;

}




.menu-left .center ul li {

    margin: 35px 0 35px 60px;

}

.menu-left ul li a {

    font-family: 'inconsolata';
    color: #474444;
    text-align: center;
    letter-spacing: 1.5px;
    font-size: 16px;
   -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
       -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
           transition: all 200ms linear;

}

.menu-left ul li a:hover {

    color: #d43838;
   -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
       -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
           transition: all 200ms linear;

}

.menu-left ul .active a {

    color: #d43838;
   -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
       -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
           transition: all 200ms linear;

}

.social {

    color: #474444;
    bottom: 60px;
    left: 60px;
    position: fixed;
    z-index: 99;

}

.social ul li {

    margin-right: 20px;
    display: inline-block;

}

.social ul li i {

    color: #474444;
    font-size: 20px;
   -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
       -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
           transition: all 200ms linear;

}

.social ul li i:hover {

    color: #d43838;
   -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
       -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
           transition: all 200ms linear;

}

.imprint:hover {
    text-decoration:underline;
    cursor:pointer;

}

.imprint {
  letter-spacing: 1px;
  font-size: 11px;
}

#clock {
    height: 50px;
    width: 600px;
    margin: auto;
    position: absolute;
    font-family: lato, monospace;
    font-weight: 400
    text-align: center;
    color: #FB5A5A;
    text-decoration: overline;
    font-size: 30px;
    margin-left: 300%;
    margin-top: -30%;
}

@media (min-width: 1500px){

  #clock {
    margin-left: 450%;
    margin-top: -68%;
    font-size: 33px;
  }

}

#clock:hover {
  color: #474444;
  text-decoration: none;
  text-decoration: underline;


}


/* ==================================================================
                                 HOME
================================================================== */

.home-name .bigtext-line0::before {

    background: #fc5a5a;
    content: "";
    height: 18px;
    line-height: 0;
    position: absolute;
    margin-top: -40px;
    width: 62px;

}

.home-name {

    color: #3D3838;
    font-size: 115px;
    font-weight: 800;
    letter-spacing: 10px;
    text-align: right;
    line-height: 0.8;
    margin: 0 auto 40px;

}

.home-sub-a {

    color: #3D3838;
    font-weight: 100;
    letter-spacing: -4px;
    line-height: 0.8;
    text-align: right;
    font-size: 40px;
}

.home-sub-b {

    color: #class="impressum-headline";
    font-size: 70px;
    font-weight: 300;
    letter-spacing: 9px;
    margin-top: 40px;
    margin-right: 8px;
    text-align: right;
    line-height: 0.8;

}

.home-item {

    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;

}

.home-item .home-overlay {

   -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
       -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
           transition: all 300ms linear;

}

.home-overlay {

    background:rgba(255,255,255,0.25);

}

.home-item:hover .home-overlay {


      background:rgba(255,255,255,0.45);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2;

}

.home-img {

    height: 100%;
    width: 100%;
    background-position: fixed;
    background-position: center center;
    background-repeat: no-repeat;
   -webkit-background-size: cover;
      -moz-background-size: cover;
       -ms-background-size: cover;
        -o-background-size: cover;
           background-size: cover;

}

.home-link {

    top: 50%;
    position: absolute;
    text-align: right;
    width: 100%;
    z-index: 5;  background: white none repeat scroll 0 0;
    display: table;
    height: 160px;
    opacity: 0;
   -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
       -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
           transition: all 300ms linear;

}

.home-link span {

    font-family: "lato";
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 10;
    position: relative;
    width: 100%;
    padding-right: 20px;
    text-transform: uppercase;
    opacity: 0;
    color: #3d3838;
   -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
       -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
           transition: all 300ms linear;

}

.home-link span::before {

    content: "";
    height: 6px;
    opacity: 0;
    position: absolute;
    top: -14px;
    width: 25px;
   -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
       -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
           transition: all 300ms linear;

}

.home-link a {

    display: table-cell;
    vertical-align: middle;
    width: 100%;

}

.home-item:hover .home-link {

    opacity: 1;
   -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
       -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
           transition: all 300ms linear;

}

.home-item:hover span {

    background: rgba(255,255,255,1);
    color: #3D3838;
    opacity: 1;
   -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
       -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
           transition: all 300ms linear;

}

.home-item:hover span::before {

    opacity: 1;
    background: #fc5a5a;
   -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
       -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
           transition: all 300ms linear;

}

.home-height {

    height: 100%;

}

.home-item  .home-overlay {

   -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
       -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
           transition: all 300ms linear;

}

.home-item .home-img {

   -webkit-transition: all 350ms linear;
      -moz-transition: all 350ms linear;
       -ms-transition: all 350ms linear;
        -o-transition: all 350ms linear;
           transition: all 350ms linear;

}

.home-item:hover .home-img {

  -webkit-transform: scale(1.075);
     -moz-transform: scale(1.075);
      -ms-transform: scale(1.075);
       -o-transform: scale(1.075);
          transform: scale(1.075);

}

#home-carousel {

    cursor:url(../img/grab.png) 8 8, move;

}

.grabbing {

    cursor:url(../img/grabbing.png) 8 8, move !important;

}

#home-carousel {

    height: 100%;
    overflow: hidden;
    width: 100%;

}

#home-carousel .home-item {

    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;

}

#home-carousel .home-item {

    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;

}

.home-navigation {

    bottom: 40px;
    position: absolute;
    right: 60px;
    z-index: 992;
    background: #fc5a5a;

}


/* ==================================================================
                                ABOUT
================================================================== */

.about-sub {

    color: #474444;
    font-family: "inconsolata";
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 5px;

}

.section-about p {

    margin-bottom: 25px;
    margin-top: 25px;

}

.section-about ul li {

    display: inline-block;

}

.section-about ul li a {

    color: #3d3838;
    cursor: pointer;
    color: #3d3838;
    font-family: "inconsolata";
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-right: 20px;
   -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
       -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
           transition: all 200ms linear;

}

.section-about ul li a:hover {

    color: #d43838;
   -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
       -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
           transition: all 200ms linear;

}

.team-background {

    height: 100%;
    opacity: 0.15;
    position: absolute;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
   -webkit-background-size: cover;
      -moz-background-size: cover;
       -ms-background-size: cover;
        -o-background-size: cover;
           background-size: cover;

}

.team-image {

    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid #fc5a5a;
    height: 150px;
    margin: 0 auto;
    position: relative;
    top: 70px;
    width: 150px;
    z-index: 999999;
   -webkit-background-size: cover;
      -moz-background-size: cover;
       -ms-background-size: cover;
        -o-background-size: cover;
           background-size: cover;

}

.team-name {

    background: white;
    font-size: 18px;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 120px;

}

.team-profession {

    background: white none repeat scroll 0 0;
    font-size: 18px;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 150px;

}

.team-social {

    position: relative;
    text-align: center;
    top: 190px;

}

.team-social ul li {

    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;

}

.team-social ul li i:hover {

    color: #EBD9A0;
   -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
       -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
           transition: all 200ms linear;

}

.team-social ul li i {

    color: #474444;
    font-size: 20px;
   -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
       -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
           transition: all 200ms linear;

}

.about-popup-options {

    background: white;
    height: 520px;
    margin: 0 auto;
    position: relative;
    width: 350px;
    border: 2px solid #fc5a5a;

}

hr {

    border-color: #fc5a5a !important;
    border-width: 3px 0 0 !important;
}

/* ==================================================================
                                DESIGN
================================================================== */

.section-design p {

    margin-bottom: 35px;

}

#design-carousel .design-item {

    display: block;
   -webkit-transition: all 500ms linear;
      -moz-transition: all 500ms linear;
       -ms-transition: all 500ms linear;
        -o-transition: all 500ms linear;
           transition: all 500ms linear;

}

.design-img {

    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
   -webkit-background-size: cover;
      -moz-background-size: cover;
       -ms-background-size: cover;
        -o-background-size: cover;
           background-size: cover;

}

.design-height {

    height: 160px;

}

.design-overlay {

    background:rgba(255,255,255,0.45);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
   -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
       -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
           transition: all 200ms linear;

}

.design-item:hover .design-overlay {

    background: rgba(255,255,255,0);
   -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
       -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
           transition: all 300ms linear;

}

.navigation ul {

    font-size: 0;
    margin: 0;

}

.navigation ul li {

    font-size: 14px;
    background: #fc5a5a;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    cursor: pointer;
   -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
       -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
           transition: all 200ms linear;

}

.navigation ul li a {

    color: #fff;
   -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
       -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
           transition: all 200ms linear;

}

.navigation ul li:hover {

    background: #FB7A7A;
   -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
       -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
           transition: all 200ms linear;

}

/* ==================================================================
                               PROJECTS
================================================================== */

.section-projects p {

    margin-bottom: 35px;

}

.section-projects .projects-list a {

    color: #474444;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.75px;
    font-family: "inconsolata";
    cursor: pointer;
   -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
       -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
           transition: all 200ms linear;

}

.section-projects span {

    font-weight: 600;
   -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
       -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
           transition: all 200ms linear;

}

.section-projects .list-a ul li {

    margin:15px 0 15px 15px;

}

.section-projects .list-a ul li a:hover span {

    color: #d43838;
   -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
       -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
           transition: all 200ms linear;

}

.projects-list {

    border-left: 6px solid #fc5a5a;

}

.section-projects .p-h1 h1 {

    font-size: 50px;

}

.section-projects .list-b li {

    margin-bottom: 10px;
    padding-left: 15px;
    font-family: "inconsolata";

}

.section-projects .list-b li span {

    font-weight: 600;

}

.mfp-fade.mfp-bg {

    opacity: 0;
   -webkit-transition: all 0.35s ease-out;
   -moz-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;

}

.mfp-fade.mfp-bg.mfp-ready,
.mfp-fade.mfp-bg.mfp-removing {

    opacity: 0;

}

.mfp-fade.mfp-wrap .mfp-content {

    opacity: 0;
   -webkit-transition: all 0.35s ease-out;
   -moz-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;

}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {

    opacity: 1;

}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {

    opacity: 0;

}

/* ==================================================================
                               SERVICES
================================================================== */

.services-item .border {

    background: #fc5a5a;
    height: 6px;
    width: 40px;
    margin-bottom: 10px;

}

.section-services h2 {

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px;

}

.section-services .navigation {

    margin-top: 25px;

}

.block {

    padding-right: 15px;

}

/* ==================================================================
                                CONTACT
================================================================== */

.form-control {

    background: none repeat scroll 0 0 transparent;
    border-color: #3d3838;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 2px;
    box-shadow: none;
    color: #3d3838;
    font-size: 16px;
    letter-spacing:1px;
    padding: 0;height: 60px;
    font-weight: 600;

}

.form-control:focus {

    box-shadow: none;
    border-color: #3D3838;

}

.help-block {

    color: #796d79;
    font-size: 14px;
    position: absolute;
    font-style: normal;
    font-weight: 300;

}

textarea.form-control {

    margin-top: 20px;
    resize: vertical;

}

button.close {

    cursor: pointer;
    margin-left: 10px;
}

.alert {

    border: medium none;

}

.alert-danger {

    background: rgba(0, 0, 0, 0);
    color: #796d79;
    text-align: right;
    font-weight: 300;
    font-size: 15px;

}

#success {

    position: relative;

}

.alert-success {

    margin: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0);
    color: #796d79;
    float: right;
    text-align: right;

}

button[type="submit"] {

    background-color: rgba(255, 255, 255, 0);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #3d3838;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    outline: medium none;
    margin-top: 40px;
    letter-spacing: 1px;
    padding: 0;
   -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
       -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
           transition: all 200ms linear;

}

button[type="submit"]:hover {

    color: #d43838;
   -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
       -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
           transition: all 200ms linear;

}

.form-control::-moz-placeholder {

    color: #3d3838;

}

.form-control::-webkit-input-placeholder {

    color: #3d3838;

}

.form-control:-moz-placeholder {

    color: #3d3838;

}

.form-control:-ms-input-placeholder {

    color: #3d3838;

}

#map_div {

    width: 100%;
    height: 520px
}

.map {

    right: 0;
    color: #474444;
    float: right;
    cursor: pointer;

}

.contact-popup-options {

    position: relative;
    max-width: 65%;
    margin: 0 auto;

}

.gmnoprint a,
.gmnoprint span {

    display:none;

}

.bhg {
  z-index: 9999;
}
 /* ==================================================================
                              IMPRESSUM
================================================================== */
.kinglink {
  color: #474444;
}


.kinglink:hover {
  text-decoration: underline;
  color: #474444;
}

.impressum-site {

    color: #474444;
    font-family: "lato";
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    text-align:justify;
    max-width: 700px;
    margin-left: %;
  }

.impressum-headline {
    color:  #fc5a5a;
}
.impressum-smallh1 {
  font-size: 30px;
}

.impressum-head {
  font-size: 65px;
}

button[type="button"] {

    background-color: rgba(255, 255, 255, 0);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #3d3838;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    outline: medium none;
    margin-top: 30px;
    letter-spacing: 1px;
    text-decoration: underline;
    padding: 0;
    left: 60px;
    top: 578px;

}

.modal-title {
  font-size: 30px;
  font-weight: 500;
}




/* ==================================================================
                              RESPONSIVE
================================================================== */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
  and (orientation : portrait) {

      #homepic {
        max-width: 500px;
        max-height: 500px;
        margin-left: -45px;
        }

}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
  and (orientation : landscape) {

      #homepic,
      #homenav,
      #home-carousel,
      .menu-left,
      .menu-name,
      .menu-sub,
      .copyright {

        height: 0;
        left: -99999px !important;
        opacity: 0 !important;
        position: absolute !important;
        z-index: 80;

    }
    #right5 {
      margin-top: 15px;
    }
    .updown-navigation {
      opacity: 0;
    }
}

@media (max-width: 991px){


  .copyright {
    padding-top: 40px;
  }

  .copyright {
    margin-bottom: -20px;
  }

    .mobile-imprint {
      opacity:1;
  }


    .ms-right #right2 {

        background-image: url("../img/TNAboutKLEIN.jpg");
        background-position: center center;
        background-repeat: no-repeat;
       -webkit-background-size: cover;
          -moz-background-size: cover;
           -ms-background-size: cover;
            -o-background-size: cover;
               background-size: cover;

    }
    .webp .ms-right #right2 {
        background-image: url("../img/TNAboutKLEIN.webp");
    }

      .ms-right #right3 {

        background-image: url("../img/TNWhatwedoKLEIN.jpg");
        background-position: center center;
        background-repeat: no-repeat;
       -webkit-background-size: cover;
          -moz-background-size: cover;
           -ms-background-size: cover;
            -o-background-size: cover;
               background-size: cover;

    }
    .webp .ms-right #right3 {
        background-image: url("../img/TNWhatwedoKLEIN.webp");
    }

    .ms-right #right4 {

        background-image: url("../img/011.jpg");
        background-position: center center;
        background-repeat: no-repeat;
       -webkit-background-size: cover;
          -moz-background-size: cover;
           -ms-background-size: cover;
            -o-background-size: cover;
               background-size: cover;

    }
    .webp .ms-right #right4 {
        background-image: url("../img/011.webp");
    }

    .ms-right #right5 {

        background-image: url("../img/ProjectsTNKLEIN.jpg");
        background-position: center center;
        background-repeat: no-repeat;
       -webkit-background-size: cover;
          -moz-background-size: cover;
           -ms-background-size: cover;
            -o-background-size: cover;
               background-size: cover;

    }
    .webp .ms-right #right5 {
        background-image: url("../img/ProjectsTNKLEIN.webp");
    }

    .copyright {

    bottom: 30px !important;
    left: 0 !important;
    position: relative !important;
    text-align: center;
    width: 100%;

    }


    .ms-right #right6 {

        background-image: url("../img/TNKontaktKLEIN.jpg");
        background-position: center center;
        background-repeat: no-repeat;
       -webkit-background-size: cover;
          -moz-background-size: cover;
           -ms-background-size: cover;
            -o-background-size: cover;
               background-size: cover;

    }
    .webp .ms-right #right6 {
        background-image: url("../img/TNKontaktKLEIN.webp");
    }

    .section-home .section-margin {

        padding: 23% !important;

    }

    .about-popup-options {

        width: 100% !important;

    }

    .section-projects .navigation {

        position: relative !important;
        text-align: center;

    }

    .contact-popup-options {

        max-width: 100%;

    }

    .social ul li {

        margin-left: 15px !important;
        margin-right: 15px !important;

    }

    .social ul li i {

        font-size: 24px !important;

    }

    .social {

        color: #474444;
        bottom: 40px !important;
        left: 0 !important;
        position: relative !important;
        text-align: center;
        width: 100%;
        margin-top: 25px;

    }





    .close-projects {

        margin-top: 20px;

    }

    .section-about ul li {

        margin-bottom: 15px;

    }

    .menu-left,
    .menu-name,
    .menu-sub {

        height: 0;
        left: -99999px !important;
        opacity: 0 !important;
        position: absolute !important;
        z-index: 80;

    }

    .updown-navigation {

        display: none !important;

    }

    .section-margin {

        padding: 15% 8%;

    }

    #left1 .ms-tableCell,
    #right2 .ms-tableCell,
    #right3 .ms-tableCell,
    #right4 .ms-tableCell,
    #right5 .ms-tableCell,
    #right6 .ms-tableCell {

        height: 100% !important;

    }

    .vegas-slide {

        display: none;

    }

    .vertical-align {

        margin: 0 auto;
        display: table;

    }

    body {

        overflow: auto !important;

    }

    #right1,
    #left2,
    #left3,
    #left4,
    #left5,
    #left6 {

        display: none !important;

    }

    .ms-left,
    .ms-right {

        min-height: 0 !important;
        height: auto !important;
        top: auto !important;
        position: relative !important;
        width: 100% !important;

    }

}

@media (min-width: 991px) {

    .section-projects .navigation {

        bottom: 40px;
        position: fixed;
        right: 140px;

    }

    .section-margin {

        margin-left: 15%;

    }

}

@media (max-width: 468px) {

    .section-home {
      margin-left: -50px;
    }

    .section-margin {
        margin-left:;
      }

     .border {

        height: 14px;
        width: 60px;

    }

    .section-home .home-name {

        margin: 0 auto 20px;

    }

    .home-name .bigtext-line0::before{

        height: 14px;
        margin-top: -30px;
        width: 60px;

    }

    .home-sub-b {

        margin-top: 30px;
        font-size: 17px !important;
    }

    h1 {

        font-size: 38px !important;

    }

}

@media (min-width: 468px) and (max-width: 991px){

    h1 {

        font-size: 55px !important;

    }

}

@media (min-width: 991px) and (max-width: 1200px) {

    .col-md-7 {

        width: 75%;
    }

}

@media (min-width: 991px) and (max-width: 1650px){

    .section-home .section-margin {

        margin-left: 18% !important;

    }

}

@media (min-width: 1600px) {
  .home-sub-b {

    color: #FB5A5A;
    font-size: 80px;
    font-weight: 300;
    letter-spacing: 7px;
    margin-top: 40px;
    margin-right: 7px;
    text-align: right;
    line-height: 0.8;

}
  .home-name .bigtext-line0::before {
    width: 69px;
  }

button[type="button"] {

    left: 60px;
    top: 867px;

}


  @media (min-width: 1600px) {

    #homepic {
  max-width: 400px;
  max-height: 400px;
   }

  }
