html {
 height: 100%;
 padding: 0;
 margin: 0;
 width: 100%;
}

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color:  #fefefe;
  background: url() no-repeat 0px 0px fixed;
  padding: 15px;
  margin: 0;
  height: 100%;
  background-size: cover;
  background-color: #fff;
}

a, a:hover {
  color: #000000;
}

img{
	margin: 10px 15px;
 cursor: pointer;
}
@font-face {
  font-family: 'proxima_nova_altbold';
  src: url('mark_simonson_-_proxima_nova_alt_bold-webfont.woff2') format('woff2'),
  url('mark_simonson_-_proxima_nova_alt_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'proxima_nova_altsemibold';
  src: url('mark_simonson_-_proxima_nova_alt_semibold-webfont.woff2') format('woff2'),
  url('mark_simonson_-_proxima_nova_alt_semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'proxima_nova_altlight';
  src: url('mark_simonson_-_proxima_nova_alt_light-webfont.woff2') format('woff2'),
  url('mark_simonson_-_proxima_nova_alt_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
.top-container {
  padding: 100px 0 0 0;
}

#hero-image {
  text-align: left;
  position: relative;
  display: inline-block;
}

#hero-image img {
  max-width: 80%;
}

.clock-hand {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(0deg);
  transform-origin: 50.1% 59.9%;
  -webkit-animation: spin 30s linear infinite;
  -moz-animation: spin 30s linear infinite;
  animation: spin 30s linear infinite;
}
.whatsapp {
  position: fixed;
  bottom: -10px;
  left: 15px;
}

.whatsapp img {
  max-width: 190px;
}

.display-table {
  display: table;
  table-layout: fixed;

}
.form-group {
  color: #000;
}

.display-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: center;
}

h1 {
  font-size: 34px;
  color: #fefefe;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  margin: 20px 0 30px 0;
  text-align: left;
}

.content {
  text-align: left;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
}

#social {
  text-align: center;
  margin-top: 30px;
}

#social a i {
  color: #fefefe;
  margin: 10px;
  box-sizing: content-box;
}

#social a:hover i {
  color: #2e2e2e;
}
.mobillogo {
  display: none !important;
}

.mobiltelefon {
  display: none !important;
}

.pctelefon a {
  color: #fff;
}
.pctelefon a:hover {
  color: #fff;
  text-decoration: none;
}

.mail a {
  color: #000;
}
.mail a:hover {
  color: #000;
  text-decoration: none;
}

.butonrez {
  background-color: #e51d28;
  color: #fff;
  border-color: #e51d28;
}




@media(max-width:767px) {
  h1 {
   font-size: 28px;
   margin: 10px 0 30px 0;
 }
 #hero-image img {
  max-width: 95%;
}

.pclogo {
  display: none !important;
}

.mail {
  display: none;
}




.mobillogo {
  display: block !important;

}

.mobiltelefon {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: 0px;
  margin-bottom: 9px;
  height: 51px
}
.pctelefon {
  display: none !important;
}
}

/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 600px) {
  .butonmobil {
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 0px;
    margin-bottom: 9px;
    width: 170px;
  }
  .mobilsosyal {
    width: 35px !important;
    margin: 8px 5px !important;

  }
}


@media (max-width: 1200px) {
  h1 {
    text-align: center;
    padding: 0 20px;
  }

  .display-table {
    display: initial;
    table-layout: auto;
  }
  .display-cell {
    display: block;
    vertical-align: middle;
    float: none;
  }
  #hero-image img {
    max-height: 250px
  }
  .top-container {
    padding: 25px 0 0;
  }



}




/** Laptop **/
@media (min-width: 992px) and (max-width: 1199px) {

}
/** Laptop+ **/
@media (min-width: 991px) {
  .pclogo img {
    width: 600px !important;
  }

  .butonpc {
    width: 180px !important;
  }

  .mailmobil {
    display: none;
  }
}
/** Higher screens+ **/
@media only screen and (min-width : 1800px){
  .pclogo img {
    width: 787px !important;
    margin-top: 10% !important;
  }
  .butonpc {
    width: 250px !important;
  }

  .pctelefon h2 {
    font-family: 'proxima_nova_altsemibold';
    font-size: 50px !important;
    letter-spacing: -2px;
  }

  .mail h2 {
    font-family: 'proxima_nova_altlight';
    letter-spacing: -1px;
    font-size: 28px !important;
    line-height: 0.6;
  }

}


@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
