/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
 /* Style sheet daniela body ohne Navigation */

body {
	overflow: visible;
	background-image: url("../../files/logo/danielaweb.png");
	/*background-repeat: repeat;*/
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	color: white;
}
img {
	max-width:100%;
	height:auto;
}
.ie7 img {
	-ms-interpolation-mode:bicubic;
}
.ie8 img {
	width:auto; /* see #5789 */
}

#wrapper{
	max-width: 1024px;
	width:100%;
	margin: auto;	 
}
#header {
	width: 100%;
	background-color: #253449;
}  

#header .inside {
	width: 1024px;
	margin: auto;
}

#container {
/*linkes Menu ausblenden*/
/*padding:0;*/
	width: 900px;
	margin: auto;
}
#logo {
	margin: 30px 0;
    margin-left: 60px;
    width: 300px;
    height: 133px;
    background-image: url('../../files/logo/logo.png');
    /*background-size: 100%;*/
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

#left {}
#right {}

/*Main*********************************************************************************/
#main {
background-color: rgb(37,52,73);
background-color: rgba(37,52,73,0.4);
}
/*box-shadow: 2px 2px 12px 2px rgba(0,0,0,0.3);*/

#main h1{
	font-size: 50px;
	line-height: 50px;
	margin: 40px 20px 40px 0px;
	width: 100%;
}

#main .inside {
	padding: 10px 50px;
	border-left: 10px solid #6d7c33;
}

/*Text*******************************************************************************/

/* Images****************************************************************************/

.ce_text img {
	border: 4px solid white;
	margin-bottom: 10px;
}

#main .topbox, #schmuck, #preisbeispiele, .separator, .adresse, .aftermap, .aftermail,
.preistext, #praesentationen .ce_text, #vielen-dank{
    display: block;
	border-bottom: 2px solid rgba(37, 52, 73, 0.45);
    padding-bottom: 20px;
    margin-bottom: 20px;
    clear: both;
}

.box {
 float: left;
 width: 31%;
 margin-right: 2%;
 padding: 10px;
 /*box-sizing->Elementgrösse unabhängig von padding**********************/
 box-sizing: border-box;
 -moz-box-sizing:border-box;
}
.box:last-child {
     margin-right: 0%;  
}

/*Navigation******************************************************************************/

/*Tabellen im Formular Kontakt***************************************************************/
#dlh_googlemap_1 {margin: auto;}

/*Kontaktformular ohne Tabelle******************************************************/
#kontakt a:hover{
	color:blue;
}
#kontaktform .formbody {
	margin-top: 20px;
	width:394px;
	margin: auto;
}

#kontaktform input, #kontaktform textarea {
	box-sizing:border-box;
	width: 250px;
	padding: 4px;
	border: 1px solid black;
	margin: 5px;
}

#kontaktform .submit_container input {
	/*width: 260px;*/
	border-radius: 5px;
	cursor:pointer;
}

#kontaktform .submit_container input:hover {
  color:#fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6)
}

#kontaktform .checkbox {
	width: 17px;
	height: 17px;
}

#kontaktform.explanation, #kontaktform label{
	display: inline-block;
	width: 120px;
	height: 18px;
}

#kontaktform .widget-textarea label{
	position: relative;
	bottom: 65px;
}
.checkbox_container label {
	position: relative;
	bottom: 3px;
}

.checkbox_container,.submit_container {
	margin: 4px 0 4px 125px;
}
/* Farbe der Placeholders im Formular */
/*
::-webkit-input-placeholder {color: #141C0F;font-weight: lighter;}
:-moz-placeholder {color: #141C0F;font-weight: lighter;}
::-moz-placeholder {color: #141C0F;font-weight: lighter;}
:-ms-input-placeholder {color:#141C0F;font-weight: lighter;}
*/

/*Placeholder verschwindet wenn aktiv******************************************************/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

/* Input Check Errors*************************************************************/
p.error {
	display:none;
}

input.error {
	border-color: red;
}

/*CSS Menü für Daniela mit Untermenüs Vorlage olivergast.de*************/

html {
  overflow-y:scroll;
}

#header .mod_navigation {
  /*schon im #header definiert background: #3a3a3a;*/
 overflow: visible;
 height: 45px; /*weil overflow visible die Höhe 0 werden lässt*/
 padding: 15px 0;
 display: inline-block;
 /*margin-left: 50px;*/
}

/*Menüliste Innen- und Außenabstand definieren**************************/ 
#header .mod_navigation .level_1 {
  float: right;
   /*left 55px für responsiv float left*/
  /*margin: 0px 52px 0 32px;*/
  margin-right: 52px;
}

/*Styles Listenelemente level_1*****************************************/
#header .mod_navigation .level_1 > li {
  position: relative;
  float: left;
  margin-left: 18px;
  list-style: none;
  color: #fff;
  transition: 0.5s;
}

/*Alle Listenelement stylen und als block ausgeben**********************/
#header .mod_navigation a, #header .mod_navigation span {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  font-size: 18px;
  line-height: 40px;
}

/*Hauptmenü hovern ******************************************************/
#header .mod_navigation .level_1 li:hover, #header .mod_navigation .level_1 span.active {
  background-color:  #505c6d;
  border-radius: 5px;
}

/*Border Radius unten ausschalten wenn ein Submenü existiert************/
#header .mod_navigation .level_1 li.submenu:hover {
    border-radius: 5px 5px 0 0;
}

/*Listenelemente ab der zweiten Ebene anders stylen*********************/ 
#header .mod_navigation .level_2 a, #header .mod_navigation .level_2 span {
  font-size: 12px;
  color: #C3C5C8;
}

/*Untermenüs absolut positionieren und verfrachten mit(top und left)*****/
/********************/
#header .mod_navigation .level_1 ul {
  position: absolute;
  z-index: 1000;
  top: -9999px;
  left: -9999px;
  background-color:  #505c6d;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}
/********************/



/*Zweite und weitere Navigationsebenen untereinander*********************/
#header .mod_navigation .level_2 li {
  position: relative; /* fix*/
  float: none;
  width: 200px;
  border-bottom: 1px solid #555;
}


/*Das Untermenü level_2 einblenden wenn level_1 hoverd******************/
#header .mod_navigation .level_1 li:hover > ul {
  top: 100%;
  left: 0;
}

/*Nach level_2 Position der Untermenüs an Kante oben/rechts ausrichten***/
#header .mod_navigation .level_2 li:hover > ul {
  top: 0;
  left: 100%;
}

#header .mod_navigation .level_2 li:hover > a,#header .mod_navigation .level_2 li:hover > span{
  font-size: 14px;
  color: #fff;
}

/*Cursor als Pfeil ersetzt Hand über aktivem Element*********************/
span.active {
    cursor: default;
}

/*Pfeil nach unten für level 1*/

#header .mod_navigation .level_1 > li.submenu > a:after {
  content: "\25be";
  margin-left: 10px;
}

/*Pfeilrechts für level 2 und folgende*/
#header .mod_navigation .level_2 li.submenu > a:after {
  float: right;
  margin-left: auto;
  margin-right: -5px;
  content: "\25b8";
}

/* Keinen border für das letzte Element*/
#header .mod_navigation .level_2 li:last-child {
  border-bottom: none;
}

/**
 * Apply the holy grail CSS layout if the screen is at least 768 pixel wide,
 * otherwise display all columns underneath each other ... */
 
/* hier stehen die Styles für den Holy Grail */
 
/* Unterhalb von 768px alle Layoutbereiche untereinander darstellen */

@media (max-width:1024px) {
  #wrapper {
    margin:0;
    width:auto;
    min-width: 640px; /*iphone*/
  }
  
  #header .inside {
    min-width: 640px;
    width: 100%;
    text-align: center;
  }

  #logo {
    padding: 20px 0;
    margin: 0 auto;
    width: 370px;
    height: 55px;
    background-image: url('../../files/logo/logo-flat.png');
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
}


  #header .mod_navigation .level_1 {
    float: none;
    margin: 0; /*left 55px für responsiv float left*/
}
 
  #header .mod_navigation {
    margin-left: 0;
  }

  #header .level_1 {
      width: 100%;
      margin-right: 0;
      margin-bottom: 0px;
  }

  #header .level_1 li{
      margin-bottom: 5px;
  }
  #container {
      padding-left:0;
      padding-right:0;
      width: 90%; /* breite muss gesetzt werden*/
      margin: auto; /*mittig*/
  }
  #main,#left,#right {
    float:none;
    width:auto;
  }
  #left {
    right:0;
    margin-left:0;
  }
  #right {
    margin-right:0;
  }
  
  .ce_gallery>ul li.col_first {
    clear: none;
  }
}/* Ende @media */

@media screen and (max-width: 1008px){
  #header .mod_navigation ul {
    float: left;  
  }
}/* Ende @media */

/*Galerie mobile*/
.ce_gallery>ul li figure img{
  width: 100%;
}

@media screen and (max-width: 994px){

  .ce_gallery>ul li {
    width: 50%;
  }
}/* Ende @media */

@media screen and (max-width: 767px){

   .ce_gallery {
    width: 80%;
    margin: auto;
  }

  .ce_gallery>ul li {
    width: 100%;
  }
}/* Ende @media */

