/*
Theme Name: (c) ELLELL-One-Page / Version: 12
Description: Responsives ELLELL Webdesign-HTML-Theme fuer U. Stoecklein-Janischowski und Nanna Harth
Version: 1.0 / All rights reserved
Design, Framework, Programmierung: Lutz Lerchenfeld - ELLELL Webdesign(c)2018
https://www.ll-design.info
*/

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,300italic,400italic,700);
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600');*/

@import url("../css/ellell-style.css");
@import url("../css/ellell-nav.css");
		

/* NEU Accordion ###################################################### */
.raccordion {
background: none repeat scroll 0 0 #f2f2f2;
color: #000;
margin: 2px 0;
border-radius:0px;
}

.raccordion:hover {
background: none repeat scroll 0 0 #eae8e8;
color: #5b5b5b;
margin: 2px 0;
border-radius:0px;
}

.raccordion-title {
cursor: pointer;
display: block;
text-transform: uppercase;
font-family: 'montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight:400; 
font-size: 16px;
height: auto;
padding: 12px 10px 16px 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

.raccordion-content {
background-color: #FDFDFD;
color: #000;
font-size: 13px;
line-height: 150%;
padding: 20px 0px 20px 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.raccordion-arrow {
height: 28px;
width: 29px;
}
.arrow-down {
background: url("../img/close-02.png") no-repeat scroll 97% 14px / 23px auto rgba(0, 0, 0, 0);
}

/* 2. Version NEU Accordion ###################################################### */
.raccordion2 {
background: none repeat scroll 0 0;
color: #000;
margin: 2px 0;
border-radius:5px;
}
.raccordion2-title {
cursor: pointer;
display: block;
font-family: 'montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
text-align: left;
font-weight:400; 
color:#5b5b5b;
background-color: #FDFDFD;
border-top: 1px solid #cacaca;
border-radius: 0px;
letter-spacing: 1px;
font-size: 14px;
text-transform: uppercase;
height: auto;
padding: 16px 10px 16px 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

.raccordion2-title:hover {
color:#EE741B;
}

.raccordion2-content {
background-color: #FDFDFD;
color: #000;
font-size: 14px;
line-height: 150%;
padding: 20px 0px 20px 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.raccordion2-arrow {
height: 28px;
width: 29px;
}
.arrow-up2 {
background: url("../img/plus-02.png") no-repeat scroll 99% 14px / 23px auto rgba(0, 0, 0, 0);
}
.arrow-down2 {
background: url("../img/close-02.png") no-repeat scroll 99% 14px / 23px auto rgba(0, 0, 0, 0);
}
/* ENDE Accordion ###################################################### */

/* 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;}

#icon-1{
color: #cacaca; 
text-align: center; 
padding-left:20px;
letter-spacing:20px;
}

h1  { 
font-size:22px;  
font-family: 'montserrat', arial, sans serif;
text-align: center;
letter-spacing: 4px;
margin-top: 20px; 
padding: 0px 0px 0px 0px;
font-weight:500; 
line-height: 120%; 
color: #595858;
}

h2   { 
font-size:22px;  
font-family: 'montserrat', arial, sans serif;
text-transform: uppercase;
margin: 0 auto;  
text-align: center;
padding: 30px 30px 5px 30px;
letter-spacing: 4px;
margin-top: 20px; 
font-weight:500; 
line-height: 130%; 
color: #595858;
}

h3   { 
font-size:20px; 
text-transform: uppercase;
padding: 20px 30px 0px 0px;
letter-spacing: 3px;
margin: 0px 0px 22px 0px;
font-family: 'montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight:500; 
line-height: 130%; 
text-align: left;
color: #000;
}

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; 
font-size: 14px;
color: #7C7B7B; 
cursor: pointer;
text-transform: uppercase;
letter-spacing: 2px;
font-family: 'open sans', Arial, sans-serif;
font-weight: 400;
}

h4:hover   {
text-decoration: none; 
font-size: 14px;
color: #000; 
text-transform: uppercase;
letter-spacing: 2px;
font-family: 'open sans', Arial, sans-serif;
font-weight: 400;
}

h5   { 
font-size:22px; 
text-transform: uppercase;
padding: 5px 30px 0px 0px;
letter-spacing: 1px;
margin: 0px 0px 0px 0px;
font-family: 'montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight:500; 
line-height: 90%; 
text-align: left;
color: #fff;
}

/* HEADER =============================================== */

.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: 1px solid #000;
}

.button-ell  {
    background-color: #fff; 

font-family: 'montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
    border: 1px solid #000;
	width: 80px;
	height: auto;
    color: #000;
    padding: 4px 17px;
	border-radius: 0px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    margin: 0px auto;
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
    cursor: pointer;
}

.button-ell-2 {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button-ell-2:hover {
    background-color: #5df704; 
	border: 1px 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;
    border: 1px solid #000;
    color: #fff;
	width: 80px;
	height: auto;
    padding: 4px 17px;
	border-radius: 0px;
    text-align: center;
    text-decoration: none;
    
    margin: 0px auto;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}


/* LINIEN =============================================== */

.line {
text-align: left;
margin: 0px 0px 30px 0px;
padding-top: 0px;
width: 100px;
height: 2px;
border: 0px;
padding: 0px;
background-color: #EE741B;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

.line-1 {
text-align: center;
margin: 15px auto 30px auto;
padding-top: 0px;
width: 150px;
height: 2px;
border: 0px;
padding: 0px;
background-color: #EE741B;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

.line-2 {
position: relative;
margin: 0 auto;
padding-top: 10px;
width: 100px;
height: 2px;
border: 0px;
padding: 0px;
background-color: #fff;
}

.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;
}



