/*
Theme Name: (c) ELLELL-Multi-Page / Version: 4
Description: Responsives ELLELL Webdesign-HTML-Theme 
Version: 1.0 / All rights reserved
Design, Framework, Programmierung: Lutz Lerchenfeld - ELLELL Webdesign(c)2022 http://www.ll-design.info
*/

@import url("../css/ellell-style.css");

/* Dieser Eintrag entfernt den gepunkteten Rahmen um Links beim anklicken. */
a:focus {outline: none;}

*img {border:none;}
i {font-style: normal;}
hr {border: none; border-top: 1px solid #cacaca;}
tr {vertical-align: top;}
li {margin-left: -25px;}

a{text-decoration: none; color: #006C5C; font-weight: 400;}
a:hover{text-decoration: none; color: #000; font-weight: 400;}

/* Bildabstand oben, global */
p img{border:none; margin-top: 10px;}

.img-scale-01{width: 70%;}

.icon-color-01{color: #969494;}
.icon-color-01:hover{color: #000;}
/* Awesome Icons Farbwechsel on Hover */
.icon:hover { 
color: #000 !important;
transition: all 0.3s ease-in-out;
}

.social-icon {
width:41px;
height: 41px;
border-radius: 41px;
}

.social-icon:hover{
width:41px;
height: 41px;
border-radius: 41px;
background-color: #eae8e8;
}

blockquote {
position: relative;
margin:20px auto;
background-color:#EAE8E8;
color: #000;
width: auto;
padding: 10px 30px 20px 30px;
border-left: 0px solid #969494;
border-radius: 0px;
line-height: 170%;
min-height: 20px; 
}
blockquote::after {
  /* quotation mark */
  content: '\201C';
  position: absolute;
  top: 0px;
  left: 0;
  width: 50px;
  height: 20px;
  padding-top: 28px;
  margin-left: -15px;
  background: rgba(32, 32, 34, 0.9);
  font-family: "Georgia", serif;
  color: #fff;
  font-size: 70px;
  font-size: 4.375rem;
  text-align: center;
  /* visible on big devices only */
}

/* Loader Spinner */
#loader {
position:fixed;
width:100%;
left:0;right:0;top:0;bottom:0;
background-color: rgba(240,240,240,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 #C89D10;
width: 80px;
height: 80px;
-webkit-animation: spin 2s linear infinite; 
animation: spin 2s linear infinite;
}

@-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 */


/* SUCHFUNKTION 1 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
.suchen {
margin: 0px 0px 0px 40px;
border: 0px;
float: left;
padding: 0px;
height: auto;
width: 480px;
text-align: left;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

.search-box-2{
margin: 20px 0px 20px 0px;
border: 0px;
float: left;
padding: 20px;
background: #fff;
height: 60px;
width: 180px;
text-align: left;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

/* Seite Suchergebnis */
.search-box-2b{
margin: 20px 0px 20px 0px;
border: 0px;
float: left;
padding: 20px;
background: #ffee75;
height: 60px;
width: 180px;
text-align: left;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

.search-box-3{
margin: 20px 0px 20px 0px;
font-family: 'open sans';
text-transform: uppercase; 
letter-spacing: 3px; 
color:#fff;
background: #707070;
font-weight:600;
border: 0px;
float: left;
padding: 0px;
height: 60px;
width: 100px;
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: ease;
transition-delay: 0s;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.search-box-3:hover{background: orange;}

/* SUCHFUNKTION 2 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
.suchen-2 {
margin: 0px 0px 0px 0px;
border-bottom: 1px solid #000;
float: left;
padding: 0px;
height: auto;
width: 210px;
text-align: left;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

.search-box-4{
margin:0px 0px 5px 0px;
border: 0px;
float: left;
padding: 0px 20px 0px 10px;
background: #fff;
height: 29px;
width: 180px;
text-align: left;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

.search-box-5{
margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 0px; 
background: #fff;
background-position:center center;
background-repeat:no-repeat;
background-image: url(../img/lupe.png);
background-size: 19px 19px;
border: 0px;
float: left;
height: 29px;
width: 29px;
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: ease;
transition-delay: 0s;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.search-box-5:hover{background: orange;}
.highlight {color: #000; padding: 0px 2px 0px 2px; background: yellow;}

.search-typo{
font-family: 'open sans', sans-serif;
font-weight: 400;
font-size: 100%;
}

/* OVERLAY SUCHEN === https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_overlay */
.overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  overflow: -moz-scrollbars-vertical;
overflow-x: hidden; overflow-y:scroll;
}

.overlay-content {
  position: relative;
  top: 25%;
  color: #fff;
  width: 100%;
  text-align: left;
  margin: 30px 60px 30px 60px;
  -webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

.overlay-content strong {
color: #fff; 
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #fff;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
/* ENDE OVERLAY =============================================== */

/* Video XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX https://martinahonecker.com/youtube-videos-responsive-einbinden/ */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


