/*
Theme Name: ELLELL Landing Page 
Description: Responsive ELLELL-Theme 
Version: 13.0 / All rights reserved
Design, Framework, Programmierung: Lutz Lerchenfeld - ELLELL Webdesign(c)2021
https://www.ll-design.info
*/

/* Dieser Eintrag entfernt den gepunkteten Rahmen um Links beim anklicken. */
a:focus {outline: none;}

hr {
border: none;
border-top: 1px solid #cacaca;
}

/* WEITERLESEN */
#more {display: none;}
/* ENDE WEITERLESEN */

/* Loader Spinner */
#loader {
position:fixed;
width:100%;
left:0;right:0;top:0;bottom:0;
background-color: rgba(255,255,255,1.0);
z-index:9999;
display:block;
}

#loader::after {
content:'';
position: absolute;
display:block;
margin: 0 auto 0 -42px;
left: 50%;
top: 45%;
z-index: 1;
border: 4px solid #000;
border-radius: 50%;
border-top: 4px solid #669933;
width: 80px;
height: 80px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* Ende Loader Spinner */


/* POPUP */
.modal-window {
  position: fixed;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  color: #000;
  font-size: 14px;
  opacity: 0;
  overflow: scroll;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.modal-window a {color: blue !important; text-decoration: none;}
.modal-window a:hover {color: #000 !important; text-decoration: none;}

.ll-modal{
font-size:14px; 
color:#000; 
font-family: open sans, arial; 
line-height: 140%; 
}

.ll-modal li {
font-size:14px; 
color:#000; 
font-family: open sans, arial; 
line-height: 140%; ;
}

.modal-window h3{
color: #000!important;
}

.box-links h3, .box-rechts h3{
color: #000!important;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window>div {
  width: 80%;
  position: relative;
  margin: 3% auto;
  font-size: 14px;
  padding: 0rem;
  background: #eee;
  color: #000;
   box-sizing: border-box;
}

@media (max-width: 767px) {
.modal-window>div {	
width: 95%;
font-size: 12px;
}

.modal-window h2 {
font-family: 'open sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: 600;
  color: #000;
}
}

.modal-window header {
  font-weight: bold;
}

.modal-close {
  color: #000;
  font-size: 40px;
  line-height: 50px;
position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}

.modal-close {
  color: #45A29E;
  text-decoration: none;
}

.modal-close-2 {
  color: #000;
  font-size: 40px;
  line-height: 50px;
position: absolute;
  left: 0;
  text-align: center;
  bottom: 0;
  width: 70px;
  text-decoration: none;
}

.modal-close-2 {
  color: #45A29E;
  text-decoration: none;
}

.box-links h2, .box-rechts h2 {
font-size:22px;  
font-family: 'montserrat', Arial, sans-serif;
margin: 0 auto;  
text-align: left;
padding: 0px 0px 10px 0px;
letter-spacing: 0px;
margin-top: 20px; 
font-weight:500; 
line-height: 150%; 
color: #000;
}

.box-links h3, .box-rechts h3{
color: #000;
}

.box-rechts ul {
font-size:16px;
letter-spacing: 0px;
color:#000; 
font-family: open sans, arial; 
text-transform: none;
line-height: 140%; 
}

.box-rechts li {
font-size:16px; 
text-transform: none;
letter-spacing: 0px;
color:#000; 
font-family: open sans, arial; 
line-height: 140%; 
}

.box-links h4, .box-rechts h4 {
font-size:22px;  
font-family: 'montserrat', Arial, sans-serif;
margin: 0 auto;  
text-align: left;
padding: 0px 0px 10px 0px;
letter-spacing: 0px;
margin-top: 20px; 
font-weight:300; 
line-height: 150%; 
color: #000;
}

.box-links p, .box-rechts p {
font-size:16px;  
font-family: 'open sans', Arial, sans-serif;
margin: 0 auto;  
text-align: left;
padding: 0px 0px 10px 0px;
letter-spacing: 0px;
line-height: 140%; 
color: #000;
}

.modal-window .box-links {
  width: 40%;
  float:left;
  color:#000;
margin: 0;
  background-color: #fff;
  padding: 2rem;
  border-radius: 0px;
height: auto;
  text-align: left;
  box-sizing: border-box; 
}

.modal-window .box-rechts {
width: 60%;
margin: 0;
float:left;
background-color: #fff;
color:#000;
padding: 2rem;
height: auto;
border-radius: 0px;
text-align: left;
  box-sizing: border-box;
}

@media screen and (min-width:80px) and (max-width:900px){
.modal-window .box-links { width: 100%;	}
.modal-window .box-rechts { width: 100%;}
.modal-window {
  position: fixed;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  color: #000;
  font-size: 12px;
  opacity: 0;
  overflow: scroll;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}	

.box-links p, .box-rechts p {
font-size:14px;  
font-family: 'open sans', Arial, sans-serif;
margin: 0 auto;  
text-align: left;
padding: 0px 0px 10px 0px;
letter-spacing: 0px;
line-height: 120%; 
color: #000;
}

.box-rechts li {
font-size:14px; 
text-transform: none;
letter-spacing: 0px;
color:#000; 
font-family: open sans, arial; 
line-height: 120%; 
}
}
/* ENDE POPUP */

/* BUTTONS =============================================== */ 

.button-ell  {
color:#fff; 
background-color: #89ba2c;
font-size:14px; 
border: 1px solid #89ba2c;
font-family: 'montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 1px;
min-width: 120px;
height: auto;
padding: 12px 17px 12px 17px;
text-align: center;
text-decoration: none;
margin: 0px auto;
-webkit-transition-duration: 0.2s; 
transition-duration: 0.2s;
cursor: pointer;
box-sizing: border-box;
}

.button-ell:hover {
    background-color: transparent; 
	border: 1px solid #000;
    color: #000;
}

.button-ell {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button-ell-2 {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button-ell-2  {
color:#fff; 
background-color: #89ba2c;
font-size:14px; 
border: 1px solid #89ba2c;
font-family: 'montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 1px;
min-width: 120px;
height: auto;
padding: 12px 17px 12px 17px;
text-align: center;
text-decoration: none;
margin: 0px auto;
-webkit-transition-duration: 0.2s; 
transition-duration: 0.2s;
cursor: pointer;
box-sizing: border-box;
}

.button-ell-2:hover {
    background-color: transparent; 
	border: 1px solid #fff;
    color: #fff;
}

/* LINIEN =============================================== */

.line {
text-align: left;
width: 150px;
height: 3px;
border: 0px;
background-color: #cacaca;
box-sizing: border-box;
}

.line-1 {
text-align: left;
width: 150px;
height: 3px;
border: 0px;
background-color: #fff;
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;
}





