/* =========================================================
Stylesheet - Hofherr-Filcon
File:   styles.css
Date:   2020-04-05
========================================================== */

/*===========================================================
   Farben:
   lila (aus dem Logo):  #60444C
   grau (aus dem Logo):  #A7A19A
   hellblau:             #6FC9E2
   dunkleblau:           #3A6DB4
   

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

/* =========================================================
============ Default styles ================================
========================================================== */

/* Der *-Selektor überschreibt alle Browser-default-Werte mit 0 */
* {
    margin: 0px;
    padding: 0px;
}
a:link, a:visited {
    color: #000;
    color: #483e3d;
}
a:hover, a:active {
    color: #4B96F3;
}
a.normal-a {
  color: #483e3d;
  text-decoration: none;    
}
a.blue-a, a.blue-a:link, a.blue-a:visited {
  color: #3A6DB4;
  text-decoration: none;
}
/* Border + padding ist in der Größe inklusive */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
}
.auto-trennung {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.gelb {
    background: yellow;
}   
.green {
    background: #00FF00;
}
.red {
    background: #f57a7d;
}
/* =========================================================
============ Generell styles ===============================
========================================================== */
body {
/*    background: url(../images/wasserzeichen/stadtwanderer.jpeg);
    background-size: 100% 100%;
    background-repeat: no-repeat;*/
    font-family: Arial,Helvetica,sans-serif;
    background: url("../images/bg-body3.jpg");
    background-size: 100% 100%;
}   
html, body {
  color: #483e3d;
}

.gmaps265 { display: block; }
.gmaps600 { display: none; }
.gmaps265 iframe { width: 100%;  }
.gmaps600 iframe { width: 100%;  }
    
#site_index .navi_index,
#site_leistungen .navi_leistungen,
#site_aktuelles .navi_aktuelles,
#site_kontakt .navi_kontakt,
#site_laserbeschriftung .navi_laserbeschriftung {
    background: #3A6DB4;
}
.construction {
    margin-top: 50px;
}
    
/* =========================================================
============ Header   ======================================
==========================================================*/ 
#header {
    background: #fff;
    max-width: 1024px;
    margin: 40px auto 0;
    font-size: 17px; 
    height: 340px;   
    position: relative;
}
#header .logo {
    position: absolute;
    top: 200px;
    left: 50px;
    width: 40%;
}
#header .logo img {
    width: 100%;
}
#header .cnc {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 28.125%;
}
#header .cnc img {
    width: 100%;
}
#header .imp-dat-agb {
    position: absolute;
    top: -30px;
    right: 50px;
    font-size: 13px;
}
#header .imp-dat-agb a {
    text-decoration: none;
}
.header-schwung-bild {
    width: 100%;
}
#menu {
    max-width: 1024px;
    margin: auto;
    background: #3A6DB4;
    font-size: 17px;
}
#menu .nav {
    margin: auto 0; 
}
#menu ul {
    margin-left: 0;
}
#menu ul li {
    float: left;
    list-style-type: none;
    height: 55px;
    text-align: center;
    background: #A7A19A;
  background: url(../images/bg/bg1.jpg); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
  border-top: 1px solid #3A6DB4;
    border-bottom: 1px solid #3A6DB4;
    width: 20%;
}

#menu ul li.submenu-exists > a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: -10px;
  margin-right: 10px;
  margin-top: 23px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  border-bottom: 5px solid transparent;
}

/* Höhe des Menüs kleiner 
#site_laserbeschriftung #menu ul li, #site_aktuelles #menu ul li {
    height: 55px;
}
#site_laserbeschriftung #menu ul li.submenu-exists > a:after, #site_aktuelles #menu ul li.submenu-exists > a:after {
  margin-top: 23px;
}
/* Höhe des Menüs kleiner - Ende */


#menu ul li:first-of-type {
    border-left: 1px solid #3A6DB4;
}
/*
#menu ul li:last-of-type {
    border-right: 1px solid #3A6DB4;
} */

#menu ul li:hover {
    background: #3A6DB4;
}
#header .header-foto {
    margin-top: 15px;
}
#header .header-foto img {
    width: 100%;
}
#menu ul li a {
    color: #000;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: table;
}

#menu ul li a span {
    vertical-align: middle;
    display: table-cell;
}

#menu ul li .subnav {
    float: none;
    list-style-type: none;
    height: 55px;
    text-align: center;
    background: #A7A19A;
  background: url(../images/bg/bg1.jpg);
  box-shadow: 50px 0 30px #fff, -50px 0 30px #fff;
    border-left: 1px solid #3A6DB4;
    border-right: 1px solid #3A6DB4;
    border-bottom: 1px solid #3A6DB4;
    width: 100%;
    visibility: hidden;
    z-index: 1000;
    position: relative;
}
#menu ul li .subnav:last-of-type {
    height: 70px;
}
#menu ul li:hover .subnav,
#menu ul li:focus .subnav,
#menu ul li:active .subnav {
    z-index: 1000 !important;
    visibility: visible;
}
#menu ul li:hover .subnav a {
    z-index: 1000;
}
#menu ul li li:hover {
    background: #3A6DB4;
}
#menu ul li li {
    border-top: none;
}
#menu ul li li:first-of-type {
    border-top: 1px solid #3A6DB4;
}



/* =========================================================
============ Welle  ========================================
==========================================================*/
#welle {
    display: none;
}



/* =========================================================
============ Mitte  ========================================
==========================================================*/ 
.main-container {
    font-size: 13px;
    line-height: 1.19em;
    text-align: justify;
    margin: 0 auto;
    max-width: 1024px;
    padding-top: 20px;
    min-height: 300px;
    background: #fff;
    z-index: 1;
    position: relative;
}
.main-container h2, .main-container h1, .main-container h3 {
    margin-top: 18px;
}
.main-container h1 {
    font-size: 24px;
	line-height: 30px;
    font-weight: 500;
}
.main-container h2 {
    font-size: 20px;
	line-height: 24px;
    font-weight: 500;
}
.main-container h3 {
    font-size: 16px;
	line-height: 20px;
    font-weight: 500;
}
.main-container p {
    margin-top: 12px;
}
.main-container .left-side {
    float: left;
    width: 70%;
    padding-left: 2%;
    padding-right: 2%;
    position: relative;
    padding-bottom: 15px;    
}
.main-container .left-side .left1 {
    float: left;
    width: 50%;
    position: relative;
}
.main-container .left-side .left2 {
    float: left;
    width: 50%;
    position: relative;
}
.main-container .left-side .left2 .window {
    position: absolute;
    top: 20px;
    left: 50px;
    width: 286px;
    height: 186px;
    z-index: 10;
}
.main-container .left-side .left2 .window img {
    width: 100%;
    height: 100%;
}
.main-container .left-side .image-left-side {
    width: 100%;
    margin-top: 20px;
}
.main-container .left-side .image-left-side1, .main-container .left-side .image-left-side2 {
    width: 48%;
    margin-top: 20px;
}

.main-container .right-side {
    float: left;
    width: 30%;
    padding-left: 2%;
    padding-right: 2%;
    border-left: solid 1px #c3c3c3;
}
.main-container .right-side .gmaps265 {
    margin-top: 25px;
}
.main-container .right-side .headline {
    font-size: 15px;
    font-weight: bold;
}


#site_index .main-container, #site_rad .main-container, #site_kontakt .main-container, #site_impressum .main-container, #site_datenschutz .main-container {
}
#site_impressum .main-container-text, #site_datenschutz .main-container-text {
    width: 100%;
}
.main-container ul li {
    margin-left: 20px;
}
.main-container ul {
    margin-top: 12px;
    margin-bottom: 6px;
}

form sup {
    color: red;
}

/* =========================================================
============ Leistungen ====================================
========================================================== */
#site_leistungen .main-container ul li {
    background: url(../images/zahnrad-still.gif);
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 40px;
}

#site_leistungen .main-container ul li{
   list-style: none;
   line-height: 30px;
   vertical-align: middle;
   margin-bottom: 10px;
}
#site_leistungen .main-container ul li:hover {
    background: url(../images/zahnrad-drehend.gif);
    background-size: 30px;
    background-repeat: no-repeat;
}

.cnc .bild-zum-text {
    float: left;
    margin-right: 20px;
}
.cnc .text-zum-bild {
    float: left;
}
sup, sub {
    line-height: 0;
}
.cnc h3 {
    margin-bottom: 10px;
}
.cnc .main-container {
    line-height: 20px;
}
.cnc .main-container h2 a {
    color: #3A6DB4;
}
hr {
    margin-top: 20px;
}
.cnc .main-container hr.fett {
    height: 3px; 
    background-color: #000000;
}    
.cnc .main-container hr.short {
    width: 70%;
}
.cnc .cnc-beispiele {
    width: 100%;
    margin-top: 18px;    
}
/* =========================================================
============ Galerie =======================================
========================================================== 
.galerie-headline {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 120%;
    line-height: 120%;
}
.fotoline {
    margin-bottom: 20px;
}
.galerie-foto-q {
    float: left;
    margin-left: 2.5%;
    width: 23%;
}
.galerie-foto-q a img {
    width: 100%;
}
.galerie-foto-q:first-of-type {
    float: left;
    margin-left: 0;
}
.galerie-foto-h {
    float: left;
    margin-left: 2.5%;
    width: 18%;
}
.galerie-foto-h a img {
    width: 100%;
}
.galerie-foto-h:first-of-type {
    float: left;
    margin-left: 0;
}
*/

/* =========================================================
============ Aktuelles =======================================
========================================================== */
#site_aktuelles .left-side img {
    width: 60%;
}
#site_aktuelles .left-side h1 {
    margin-bottom: 15px;
}
#site_aktuelles .left-side p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 26px;
}
#site_aktuelles .left-side hr {
    margin: 0 0 25px 0;
    width: 90%;
}

/* =========================================================
============ Laser =======================================
========================================================== */
.laser-img {
    width: 48%;
}

/* =========================================================
============ Kontakt =======================================
   hellblau:             #6FC9E2
   dunkleblau:           #3A6DB4
========================================================== */

#kontaktform {
    margin-top: 15px;
}
#kontaktform .legend {
    margin: 6px 0 15px 0;
    background: #3A6DB4;
    padding: 3px 14px 5px 14px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: #fff;
    font-size: 1.2em;
}

label {
    width: 80px;
    margin-bottom: 10px;
    float: left;
}
label#input-ds {
    width: 354px;
    margin-bottom: 10px;
    float: left;
}
.radio {
    margin-right: 5px;
    margin-bottom: 2px;
}

.input-line input {
    float: left;
    margin-bottom: 10px;
    height: 20px;
    background: transparent;
    border: 1px solid #c3c3c3;
    color: #000;
    padding-left: 4px;
}
.input-line input:focus, .input-line textarea:focus {
    background: #6FC9E2;
}
.input-line textarea {
    float: left;
    margin-bottom: 10px;
    background: transparent;
    border: 1px solid #c3c3c3;
    cursor: text;
    color: #000;
    padding: 2px 4px;
    width: 280px;
}

.input-line .input-field {
    width: 280px;
    cursor: text;
}
.input-line {
    clear: both; 
}
.meldung {
    font-size: 1.1em;
    font-weight: bold;
    color: red;
}

.kontakt-button {
    background-image: linear-gradient(#6FC9E2, #3A6DB4);
    border: solid 1px #fff;
    border-radius: 5px;
    padding: 6px;
    margin-bottom: 15px;
    margin-right: 3px;
/*	font-family: Georgia, "Times New Roman", Times, serif; */
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
} 
.kontakt-button:hover {
    background-image: linear-gradient(#3A6DB4, #6FC9E2);
    padding-top: 7px;
    padding-bottom: 5px;
    border: solid 1px #666;
}
.kontakt-button a {
    text-decoration: none;
    color: #fff;
}
.kontakt-button a:hover {
    text-decoration: none;
} 

/* =========================================================
============ Impressum / Datenschutz / AGB =================
========================================================== */
#site_impressum h4, #site_datenschutz h4 {
	margin-top: 12px;
}
#site_datenschutz p, #site_impressum p {
	margin-top: 5px;
}
#site_datenschutz h2 {
	margin-top: 30px;
}

/* =========================================================
============ Footer =========================================
========================================================== */
#bohrer-footer {
    margin: 0 auto;
    max-width: 1024px;
    padding-top: 30px;
    background: #fff;
}
#bohrer-footer .bohrer-img {
    width: 100%;
}
#footer {
    font-weight:400;
    font-size: 12px;
    line-height: 1.19em;
    text-align: left;
    margin: 0 auto;
    max-width: 1024px;
    background-image: linear-gradient(to right, #6FC9E2, #3A6DB4);
    min-height: 210px;
    color: #000;
    margin-top: -2px;
}
.footer-column1 {
    float: left;
    width: 23%;
    height: 50px;
    padding: 2% 2% 1% 2%;
    margin-right: 4%;
}
.footer-column2 {
    float: left;
    width: 36%;
    height: 50px;
    padding: 2% 2% 1% 2%;
}
.footer-column3 {
    float: left;
    width: 36%;
    height: 50px;
    padding: 2% 2% 1% 2%;
}
.footer-column1 img {
    height: 150px;
}
.footer-column2 img, .footer-column3 img {
    height: 150px;
}
#footer .footer-column p {
    margin-top: 5px;
}
#footer .links {
    margin-top: 8px;
    text-align: center;
}
.column-left-part {
    float: left;
    padding: 2%;
}
.column-right-part {
    float: left;
}
.footer-column1 .column-left-part {
    width: 62%;
    padding: 2%;
}
.footer-column2 .column-left-part, .footer-column3 .column-left-part {
    width: 45%;
    padding: 2%;
}
#footer h3 {
    margin-bottom: 8px;     
}
#copyright {
    margin: 0 auto 20px;
    max-width: 1024px;
    background: #c3c3c3;
    color: #000;
    font-size: 12px;
    text-align: center;
    padding: 15px 0;
}
/* =========================================================
============ Off canvas ====================================
========================================================== */

* {
  box-sizing: border-box;
}

#nav {
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  position: fixed;
  z-index: 4;
  overflow: visible;
  height: 100%;
  top: 0;
  left: -250px;
  width: 250px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
#nav:target {
  left: 0;
}
#nav:target #openNav {
  -moz-transition: all 0.2s 0s;
  -o-transition: all 0.2s 0s;
  -webkit-transition: all 0.2s;
  -webkit-transition-delay: 0s;
  transition: all 0.2s 0s;
  left: -45px;
}
#nav h3 {
  margin: 26px 12px 14px 42px;
  text-transform: uppercase;
  letter-spacing: .025em;
  font-size: 1.25em;
}
#nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#nav li {
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #ffffff;
}
#nav li a {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 1.02em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .1em;
  color: #fff;
  display: block;
  padding: 5.6px 12px;
  margin: 0;
}
#nav li a:hover {
  background: #ff2025;
}

.toggle-nav {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: block;
  top: 20px;
  left: 6px;
  height: 24px;
  width: 32px;
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  z-index: 3;
}
.toggle-nav:hover {
  color: #ff0000;
  border-color: #ff0000;
}
.toggle-nav:before, .toggle-nav:after {
  position: absolute;
  content: '\00a0';
  display: block;
  width: 100%;
  height: 0;
}

#openNav {
  -moz-transition: all 0.2s 0.6s;
  -o-transition: all 0.2s 0.6s;
  -webkit-transition: all 0.2s;
  -webkit-transition-delay: 0.6s;
  transition: all 0.2s 0.6s;
  position: fixed;
  border-bottom: 4px solid;
  color: #000;
  z-index: 1;
}
#openNav:hover {
  color: #ff0000;
}
#openNav:before {
  top: 0;
  border-bottom: 4px solid;
}
#openNav:after {
  top: 50%;
  border-bottom: 4px solid;
}

#closeNav {
  position: absolute;
  width: 200px;
  z-index: 5;
  color: #fff;
}
#closeNav:hover {
  color: #ff2025;
}
#closeNav:before, #closeNav:after {
  width: 21px;
  top: 42%;
  left: 0;
}
#closeNav:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 4px solid;
}
#closeNav:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 4px solid;
}

html {
  font-size: 62.5%;
}

.content {
  max-width: 600px;
  margin: 0 auto;
  padding: 42px 12px;
} 
.off-canvas {
    display: none;
}

/* =========================================================
============ Bild-Wechsler  ================================
========================================================== */

#gallery {
  position: absolute;
  top: 27px;
  left: 72px;
  width: 28%;
  overflow: hidden;
  z-index: 5;
}

@media (min-width: 16.82em)  { 
#gallery {
  width: 18.82em;
  height: 13.62em;
}
}

@media (max-width: 25.24em)  { 
#gallery {
  width: 25.24em;
  height: 18.93em;
}
}
  
#gallery figure {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;             
  float: left;
}

#gallery figcaption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  color: white;
  text-align: center; 
}

#gallery img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;  
}

#gallery figure {
  height: 100%;
  animation: slide 20s infinite ease-in-out;
}

#gallery:hover figure {
  animation-play-state: paused;
}

@keyframes slide {
    0%     {top: 0}
    14%  {top: 0}
    17%  {top: -100%}
    31%  {top: -100%}
    34%  {top: -200%}
    47%  {top: -200%}
    50%  {top: -300%}
    64%  {top: -300%}
    67%  {top: -400%}
    81%  {top: -400%}
    84%  {top: -500%}
    98%  {top: -500%}
    100% {top: 0}
}
/* =========================================================
============ Responsive  ===================================
========================================================== */

@media (max-width: 1700px) {
.main-container {
}
}


@media (max-width: 1500px) {
.main-container {
}
}




@media (max-width: 1200px) {
.left-container ul {
    margin-left: 0;
}
}



@media (max-width: 1100px) {
}



@media (max-width: 1024px) {
#gallery {
    display: none;
}
.window {
    display: none;
}
.left2 {
    display: none;
    float: none;
}
.left1 {
    width: 100% !important;
    float: none !important;
}
#header {
    margin-top: 0;
}
#copyright {
    margin-bottom: 0;
}
#header .imp-dat-agb {
    top: 15px;
}
}


@media (max-width: 968px) {
#header {
    height: 320px;
}
#header .logo {
    top: 188px;
    left: 50px;
}
}


@media (max-width: 912px) {
#header {
    height: 300px;
}
#header .logo {
    top: 176px;
    left: 50px;
}
#header .cnc {
    top: 46px;
    right: 42px;
}
#header .imp-dat-agb {
    right: 42px;
}
}



@media (max-width: 800px) {
.left-container, .menu2 {
    display: none;
}
.off-canvas {
    display: block;
}
.off-canvas ul li ul li {
    padding-left: 20px !important;
}
#welle {
    display: block;
    width: 100%;
}
#welle img {
    width: 100%;
}
#menu {
    display: none;
}
#header {
    width: 100%;
    height: 245px;
}
#menu {
    width: 100%;
}
.main-container {
    width: 100%;
    padding-top: 0;
}
#bohrer-footer {
    width: 100%;
}
#footer {
    width: 100%;
}
#copyright {
    width: 100%;
}
body {
    background: #fff;
}
#header .logo {
    top: 153px;
    left: 45px;
}
#header .cnc {
    top: 42px;
    right: 38px;
}
#header .imp-dat-agb {
    right: 38px;
}
.main-container .left-side {
    float: none;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
}
.main-container .right-side {
    float: none;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    border-top: solid 1px #c3c3c3;
}
.gmaps265 { display: none; }
.gmaps600 { display: block; }
}



@media (max-width: 700px) {
#header {
    height: 212px;
}
#header .logo {
    top: 132px;
    left: 45px;
}
#header .cnc {
    top: 39px;
    right: 35px;
}
#header .imp-dat-agb {
    right: 35px;
    top: 10px;
}
.footer-column2 img, .footer-column3 img {
    height: 130px;
}
}


@media (max-width: 600px) {
#header {
    height: 178px;
}
#header .logo {
    top: 112px;
    left: 45px;
}
#header .cnc {
    top: 36px;
    right: 32px;
}
#header .imp-dat-agb {
    right: 32px;
}
.footer-column2 img, .footer-column3 img {
    height: 110px;
}
#footer h3 {
    font-size: 1em;
}
}


@media (max-width: 500px) {
#header {
    height: 150px;
}
#header .logo {
    top: 94px;
    left: 40px;
}
#header .cnc {
    top: 31px;
    right: 28px;
}   
#header .imp-dat-agb {
    right: 28px;
}
.toggle-nav {
    top: 12px;
}
#footer {
    min-height: 180px;
}
.footer-column1 img {
    height: 130px;
}
.footer-column2 img, .footer-column3 img {
    height: 100px;
}
}


@media (max-width: 450px) {
}


@media (max-width: 400px) {
#header {
    height: 120px;
}
#header .logo {
    top: 68px;
    left: 32px;
}
#header .cnc {
    top: 26px;
    right: 20px;
}
#header .imp-dat-agb {
    right: 20px;
    top: 5px;
}
.toggle-nav {
    top: 10px;
}
#footer {
    min-height: 170px;
}
.footer-column1 img {
    height: 120px;
}
.footer-column2 img, .footer-column3 img {
    height: 80px;
}
#footer h3 {
    font-size: 0.8em;
}
}
