/*
Theme Name: (c) ELLELL-One-Page / Version: 12
Description: Responsives ELLELL Webdesign-HTML-Theme fuer Eva Paula Pick 
Version: 1.0 / All rights reserved
Design, Framework, Programmierung: Lutz Lerchenfeld - ELLELL Webdesign(c)2017
http://www.ll-design.info
*/

@import url("../css/ellell-style.css");
@import url("../css/ellell-nav.css");
@import url("../css/popup.css");
@import url("../css/form-style.css");

/* Bilder mit Bildunterschrift ================================================================= */

.images-vier {
width:24%;
min-height:100px;
position: relative;
display: inline-block;
margin-bottom:80px;
}

.images-vier p {
position: absolute;
width: 90%;
text-align: left;
margin-bottom: -25px;
left: 0;
}

@media screen and (min-width:61px) and (max-width:900px){
.images-vier {
width:49.5%;
min-height:100px;
position: relative;
display: inline-block;
margin-bottom:80px;
}	
}

@media screen and (min-width:80px) and (max-width:600px){
.images-vier {
width:100%;
min-height:100px;
position: relative;
display: inline-block;
margin-bottom:80px;
}	
}


/* LOGIN ================================================================= */
.form{
position: fixed;
bottom: 50px;
left: 0px;
min-width: 130px;
padding: 0px 0px 0px 0px;
height: 20px;
background-color: #000;
z-index: 20000;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

.input{
font-family : montserrat, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 400;
margin: 0px 0px 0px 0px;
min-width: 130px;
padding: 10px 10px 10px 10px;
color: #fff;
height: auto;
border: 0px;
border-radius:0px 0px 0px 0px;
background-color: #000;
z-index:20000;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

/* Dieser Eintrag entfernt den gepunkteten Rahmen um Links beim anklicken. */
a:focus {outline: none;}

*img{border:none;}
i {font-style: normal;}

.drop-caps {
float: left; 
top: 0px;
color: #000;
font-size: 50px;
line-height: 50px;
margin: -10px 0px 0px -8px ;
padding: 0px 10px 110px 0px;
}

#icon-1{
color: #cacaca; 
text-align: center; 
padding-left:20px;
letter-spacing:20px;
}

h1  { 
font-size:40px;  
font-family: 'montserrat', arial, sans serif;
text-align: center;
letter-spacing: 0px;
margin-top: 20px; 
padding: 0px 0px 0px 0px;
font-weight:400; 
line-height: 300%; 
color: #595858;
}

h2   { 
font-size:35px;  
font-family: 'open sans', arial, sans serif;
text-transform: none;
margin: 0 auto;  
text-align: center;
padding: 30px 30px 5px 30px;
letter-spacing: 0px;
margin-top: 20px; 
font-weight:300; 
line-height: 130%; 
color: #000;
}

h3   { 
font-size:16px; 
text-transform: uppercase;
padding: 20px 0px 0px 0px;
letter-spacing: 1px;
margin: 0px 0px 22px 0px;
font-family: 'montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight:400; 
line-height: 130%; 
text-align: left;
color: #595858;
}

h3 > a {
  position: relative;
  color: #595858;
  text-decoration: none;
}

h3 > a:hover {
  color: #595858;
}

h3 > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #595858;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

h3 > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


h4        {
text-decoration: none; 
text-align: left;
font-size: 18px;
color: #7C7B7B; 
text-transform: uppercase;
letter-spacing: 1px;
font-family: 'open sans', Arial, sans-serif;
font-weight: 400;
}


/* Preloader  ================================================= */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0F1215;
	z-index: 9999999;
	height: 100%;
	width: 100%;
}

.no-js #preloader,
.oldie #preloader {
	display: none;
}

#loader {
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	background-color: orange;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
	0% {
		-webkit-transform: perspective(120px);
	}

	50% {
		-webkit-transform: perspective(120px) rotateY(180deg);
	}

	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
	}

}

@keyframes sk-rotateplane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}

	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}

	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}

}

.claim h3{ 
font-size:20px; 
text-transform: uppercase;
letter-spacing: 2px;
margin: 0px 0px 22px 0px;
font-family: 'montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight:600; 
line-height: 130%; 
text-align: center;
color: #000;
}

/* BUTTONS =============================================== */

.button-ell {
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
}

.button-ell:hover {
    background-color: #000;
	 color: #fff;
	 border: 0px solid #000;
}

.button-ell  {
    background-color: #FFBB4C; 
	font-family: 'montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
    border: 0px solid #000;
	width: 80px;
	height: auto;
    color: #000;
    padding: 4px 17px;
	border-radius: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
    cursor: pointer;
}

.button-ell-2 {
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}

.button-ell-2:hover {
    background-color: #d60a0a; 
	border: 0px solid #5df704;
    color: #fff;
}

.button-ell-2  {
    background-color: #000; 
	font-size:14px; 
	font-family: 'montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
    color: #fff;
	width: 80px;
	height: auto;
    padding: 8px 17px 8px 17px;
    text-align: center;
    text-decoration: none;
    margin: 10px auto 0 auto;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
}

/* Mailbox =============================================== */

.mailbox {
 position:relative;
  height:106px;
  width:106px;
  margin:0 0 30px 0;
}

.mail {
  position:absolute;
  height:104px;
  width:104px;
  margin:0 auto;
}

.mail img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.mail img.top:hover {
  opacity:0;
}


/* LINIEN =============================================== */

.line {
position: relative;
margin: 0px auto 0 auto;
padding-top: 10px;
width: 100px;
height: 2px;
border: 0px;
padding: 0px;
background-color: orange;
}

.line-4 {
position: relative;
margin: -30px auto 0 auto;
padding-top: 0px;
text-align: center;
width: 100%;
height: 50px;
border: 0px;
padding: 0px;
background: url("../img/stroke-1.png") no-repeat center;
}

.line-2 {
position: relative;
text-align: left;
padding-top: 10px;
width: 100px;
height: 2px;
border: 0px;
padding: 0px;
background-color: orange;
}

.line-3 {
position: relative;
margin: 0 auto;
padding-top: 10px;
width: 50px;
min-height: 1px;
border: 0px;
padding: 0px;
background-color: #fff;
}

.linie {
padding-top: 10px;
width: 100%;
font-size: 10px;
text-align: right;
border-top: 1px dotted #000;
border-bottom: 0px solid #000;
}

.namen{ 
font-size:10px;  
font-family: 'open sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: 20px; 
font-weight:400; 
line-height: 150%; 
color: #fff;
}

hr {
border: none;
border-top: 1px solid #cacaca;
}

tr { 
vertical-align: top;
}



