/*
Theme Name: 2021-WBCE-LL-01
Description: Individuelles CMS-Theme
Version: 1.0
Author: Lutz Lerchenfeld
Layout by: ELLELL Design (c) 2021
*/

/* Awesome Icons Farbwechsel on Hover */
.icon:hover { 
color: #000 !important;
transition: all 0.3s ease-in-out;
}

/*iframe{
width: 100%;
height: 2000px!important;
border: 2px solid #ccc;
}*/

/* 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 #3498db;
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 */

/* Toggle Weiterlesen TEST */
.module {
  border: 0px solid #ccc;

}

#toggle-input {
  display: none;
}

.toggle-label {
	font-size: 30px;
	width: 35px;
	color: #fff;
	background-color: red;
	text-align: center;
	height: 35px;
  display: block;
  cursor: pointer;
  padding: 4px 12px 12px 9px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.toggle-label:hover {
  background-color: red;
}
.toggle-label:after {
  content: "+";
}

.toggle-content {
  max-height: 0;
  overflow: hidden;
  -moz-transition: ease 0.9s max-height;
  -o-transition: ease 0.9s max-height;
  -webkit-transition: ease 0.9s max-height;
  transition: ease 0.9s max-height;
}

#toggle-input:checked ~ .toggle-content {
  max-height: 1000px;
}
#toggle-input:checked + .toggle-label:after {
  content: "-";
}
/* Ende Toggle Weiterlesen TEST */

/* Animation Link Underline XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
a.middle
{position: relative;
}

a.middle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

a.middle:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

a.left
{
    position: relative;
}

a.left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0px;
  left: 0;
  background-color: orange;
  visibility: hidden;
  transition: all 0.3s ease-in-out; 
}

a.left:hover:before {
  visibility: visible;
  width: 100%;
}
/* Ende Animation Link Underline */

/* SUCHFUNKTION XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
.search-box-2{
margin: 20px 0px 20px 0px;
border: 0px;
float: left;
padding: 20px;
background-color: #fff;
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: 'montserrat';
text-transform: uppercase; 
letter-spacing: 3px; 
color:#fff;
background-color: #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-color: orange;}
.highlight {color: #000; padding: 0px 2px 0px 2px; background-color: yellow;}


/* BUTTONs XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
.button-1{
background-color: red;
font-size:12px;  
text-transform: uppercase;
font-family: 'montserrat', Arial, sans-serif;
padding: 4px 0px 5px 2px;
margin: 10px 0px 0px 0px;
color:#fff;
height: auto;
letter-spacing: 0px;
width: 120px;
text-align: center!important;
text-decoration:none;
transition: all 0.2s;
}
.button-1:hover{ background-color: #45a29e;}
.button-1 a{color:#fff;}

.button-2{
font-size:12px;  
font-family: 'open sans', Arial, sans-serif;
font-weight: 700;
padding: 0px;
margin: 0px 0px 0px 0px;
border: 0px solid #000;
height: auto;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 0px;
min-width: 120px;
text-align: left;
box-sizing: border-box;
text-decoration:none;
transition: all 0.4s;
}
.button-2 { color:green;}
.button-2:hover {color:#000;}

.button-3{
font-size:12px;  
font-family: 'open sans', Arial, sans-serif;
font-weight: 700;
padding: 12px 15px 14px 17px;
margin: 0px 0px 0px 0px;
border: 1px solid #000;
height: auto;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 0px;
min-width: 120px;
text-align: center;
box-sizing: border-box;
text-decoration:none;
transition: all 0.4s;
}
.button-3 { color:#000;}
.button-3:hover {color:#fff; background-color:#000}
/* ENDE BUTTONS */

/* Linien */
.line-1{	
width: 80px;
height: 3px;
background-color:orange;
}

.line-2{	
margin-top: -13px;
width: 192px;
height: 6px;
background-color:orange;
}
/* END Linien */


/* BOX OVERLAY 1 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
.container-img {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  overflow: hidden;
  width: 100%;
  height: 50%;
  transition: .5s ease;
}

.container-img:hover .overlay-img {
  bottom: 0;
  height: 70%;
  background-color: rgba(11,86,166,0.8);
}

.text-img {
  color: white;
  font-family: 'montserrat', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size:14px;
  padding-top: 5px;
  line-height: 150%;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-img a {
color: #ffffff!important;
text-decoration: none;
}
.text-img a:hover {
color: #ffffff!important;
text-decoration: none;
}

.text-img a:visited {
color: #ffffff!important;
text-decoration: none;
}

/* BOX OVERLAY 2 */
.container-img-2 {
  position: relative;
  text-align: left;
}

.image-2 {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-img-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  overflow: hidden;
  width: 100%;
  height: 50%;
  transition: .5s ease;
}

.container-img-2:hover .overlay-img-2 {
  bottom: 0;
  height: 50%;
  background-color: rgba(0,211,59,0.5);
}

.text-img-2 {
  color: white;
  font-family: 'montserrat', Arial, sans-serif; text-transform: uppercase;
  font-weight: 500;
   letter-spacing: 1px;
  font-size: 18px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-img-2 a {
color: #ffffff;
text-decoration: none;
}
.text-img-2 a:hover {
color: #ffffff;
text-decoration: none;
}
.text-img a:visited {
color: #ffffff!important;
text-decoration: none;
}

/* BOX OVERLAY COLORS */
.bg-red {background-color: rgba(255,0,0,0.5);} /* red */
.bg-green {background-color: rgba(33,252,0,0.5);} /* green */
.bg-blue {background-color: rgba(0,0,255,0.5);} /* blue */
.bg-orange {background-color: rgba(183,183,183,0.5);} /* orange */

/* ENDE BOX OVERLAYS 1+2*/


/* Youtube XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-box {
	position: relative;
	min-height: 100px;
	width: 54%;	
}

/* Youtube Breite 70% */
.videoWrapper-70 {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper-70 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 70%;
}
/* Youtube */


