/* -- FONTS ----------------------------------------------------------------- */

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* -----------------------------------------------------------------------------
  Hacks
----------------------------------------------------------------------------- */

/* Firefox hält einige seltsame Stile für Fieldsets parat, bei denen width die
   responsive Tabelle stört. Dies kann ohne einen Firefox-spezifischen Hack,
   den wir nicht in Bootstrap zur Verfügung stellen, nicht umgangen werden:   */
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

a.btn {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.responsive-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.responsive-video { position: relative; padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/ padding-top: 0px; height: 0; overflow: hidden; }

.img-hresponsive { display: block; height: 100%; width: auto; }
.container div.se-cont.container { width: 100% !Important; }
.container-fluid div.se-cont.container { width: 100%; !Important; }
.container .container { width: 100%; !Important; }

/* .se-section { margin-top: 20px; margin-bottom: 20px; } */
.se-row { margin-right: -15px; margin-left: -15px; }

#page { background: #ffffff; width: 80%; padding: 0px 0 0; margin: 20px auto; }

#section_boxen-Farb-Boxen-Link-3e59e0f6a41b50492f1d3b4ed9f00b02_1954 .tile {
	min-height: 280px;
}

/* -----------------------------------------------------------------------------
  NAVIGATION
----------------------------------------------------------------------------- */

.navbar { background: #efefef;  margin-bottom:0;  padding: 0 0 10px 0;  border-radius:0; }
.navbar .nav { padding-top: 20px; }
.navbar ul li a { color: #333; }
.navbar ul > li.active > a {     color: #fafafa;  background: #cd2028; }
.navbar ul > li > a:hover {      color: #fafafa;  background: #cd2028; }
.navbar ul > li.open > a:focus { color: #fafafa;  background: #cd2028; }
.navbar .nav .open > a { color: #fafafa;  background: #eba6a9; }
.navbar ul.dropdown-menu { padding: 4px; background:#fcfcfc; color: #333; border: 1px solid #ddd;}

.navbar .navbar-toggle { background: #cd2028;  color:#fff;  margin-top:17px; }
.navbar .navbar-toggle .icon-bar { background:#fafafa; }


ul.cart-nav li a  { padding: 6px; }
ul.cart-nav li a i { color: #333; font-size: 18px; }

/* -- Social ---------------------------------------------------------------- */

.social {}
.social li a i { color: #333 }
.social li a:hover i { color: #cd2028 }

/* -- Überschriften --------------------------------------------------------- */

h1 { color: #333; }
h2 { color: #333; }
h3 { color: #333; }
h4 { color: #333; }
h5 { color: #333; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans","Lucida Sans","Lucida Grande","Lucida Sans Unicode",Calibri,sans-serif;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 16px 0;
}

h1 {
  font-family: "Open Sans","Lucida Sans","Lucida Grande","Lucida Sans Unicode",Calibri,sans-serif;
  font-weight: 300;
  line-height: 1;
  color: ;
  font-size: px;
  margin-top: px;
  margin-bottom: px;
  letter-spacing: -2px;
}

h2 { font-size: 28px; letter-spacing: -1px; }
h3 { font-size: 24px; letter-spacing: -0.5px; }
h4 { font-size: 20px; letter-spacing: -0.25px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

.se-section h1,
.se-section h2,
.se-section h3,
.se-section h4,
.se-section h5 { margin-top: 0; }

/* -- Links ----------------------------------------------------------------- */

a { color: #cd2028; }
a:hover { color: #333; }

hr { border-color: #ddd; }

/* -----------------------------------------------------------------------------
  LAYOUT
----------------------------------------------------------------------------- */

* { font-family: "Open Sans",verdana; }

html {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans",verdana;
  font-size: 14px;
  color: #333;
  background: #b9b9b9;
  
  background: ;
  /*--------*/
  background: url('//www.atelier-wetzel.de/userdata/6534/pages/designs/29/hintergrund/bg11.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

  /*--------*/

}

/*header { border-bottom: 1px solid #ddd; padding-bottom: 0px; background: #fafafa; }*/
header { border-bottom: 1px solid #ddd; padding-bottom: 0px; 
background: /*Designer Brick Fehler :[Bereich koxpf nicht unterstützt]*/;
}

.logo a.logo-txt { font-family:"open sans"; display: block; font-size: 28px; color: #cd2028; width: 100%; margin-left: 0px; padding-top: 20px; padding-bottom: 20px;  }
.logo a.logo-img img { width: 240px; margin-top: 30px; }

#wrapper {
	background-color: none;
  padding-bottom: 20px !Important;
}

footer {
  background: ;
  background: #fafafa;
  color: #333;
  font-size: 14px;
  width: 100%;
  height: auto;
}
footer .container {
  background: #fafafa;
  padding-top: 10px;
}
footer h4 {
  color: #333;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 3px;
}
footer .copyright { padding: 10px 0 2px 0; }
footer .copyright,
footer .copyright a,
footer a,
footer a:link,
footer a:active,
footer a:visited
{
  color: #666;
  font-size: inherit;
}
footer .kontakt span { float:left; width: 55px; }

/* -----------------------------------------------------------------------------
  MEDIA-QUERIES
----------------------------------------------------------------------------- */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {
  #page { width: 98%; margin: 0px auto; }
  .logo a.logo-img img { width: 180px; margin-top: 30px; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  #page { width: 100%; margin: 0px auto; }
  .logo a.logo-img img { width: 180px; margin-top: 30px; }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .logo a.logo-img img { width: 180px; margin-top: 30px; }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .logo a.logo-img img { width: 160px; margin-top: 30px; }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 768px) {
  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
  }
}



