/*
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;
}*/


/* HEADER */
@-webkit-keyframes MOVE-BG {
	from {
		-webkit-transform: translateX(0);
	}
	to { 
		-webkit-transform: translateX(46px);
	}
}

@keyframes MOVE-BG {
	from {
		transform: translateX(0);
	}
	to { 
		transform: translateX(46px);
	}
}

.loading {
	height: 420px;
	width: 100%;
    text-align: left;
    color: #000;	
    position: absolute;
	top: 0px;
	z-index: 1;
    overflow: hidden;
	padding: 0rem 0rem 0rem 0rem;
	margin: 0 auto;
	box-sizing: border-box;
}

.loading-2 {
	min-height: 150px;
	width: 100%;
    text-align: left;
    color: #000;	
    position: absolute;
	top: 0px;
	z-index: 1;
    overflow: hidden;
	padding: 0rem 0rem 0rem 0rem;
	margin: 0 auto;
	box-sizing: border-box;
}

.bg-windrad{
    position: absolute;
    left: -46px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
	opacity: 0.15;
	
  background: -webkit-repeating-linear-gradient(
    145deg,
    #638AA7 1px,
    transparent 2px,
    transparent 11px,
    #638AA7 12px,
    #638AA7 20px
  );
  background: repeating-linear-gradient(
    -55deg,
    #638AA7 1px,
    transparent 2px,
    transparent 11px,
    #638AA7 12px,
    #638AA7 20px
	);
    
    -webkit-animation-name: MOVE-BG;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	
    animation-name: MOVE-BG;
	animation-duration: 0.8s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.rotes-feld {
width: 100%;	
background-color:#af0303;
height: auto;
padding:  10px 50px 20px 50px;
color: #fff;
margin: 20px 0px;
border-left: 15px solid orange;
box-sizing: border-box;
}
.rotes-feld strong{color: #fff;}
.rotes-feld h3{color: #fff;}

.windrad-wrap {
min-height: 120px;
width: 100%;
top: 0px;
margin: -60px auto 0 auto;
padding: 0rem;
box-sizing: border-box;
}

.img-windrad {
height: 420px;
width: 100%;
z-index: -2;
margin: 0px auto 0 auto;
padding: 0rem 1rem 1rem 0rem;
top: 0;
text-align:left;
overflow: hidden;
}

.loading h2 {
font-size: 22px;
line-height: 100%;
margin: 180px 30px 0px 50%;
padding: 0px 10px 0px 10px;
text-transform: uppercase;
letter-spacing: 6px;
color: #fff;}

.loading h1 {
font-size: 40px;
line-height: 100%;
margin: 10px 30px 0px 50%;
padding: 0px 10px 0px 10px;
text-transform: uppercase;
letter-spacing: 12px;
color: #fff;}


@media screen and (min-width:1000px) and (max-width:1200px){	
.loading h2 {margin: 180px 30px 0px 10%;}
.loading h1 {margin: 10px 30px 0px 10%; }	
}

@media screen and (min-width:80px) and (max-width:1000px){
.loading h2 {margin: 180px 30px 0px 0%; font-size: 16px; letter-spacing: 1px; padding: 0px; }
.loading h1 {margin: 10px 30px 0px 0%; font-size: 24px; letter-spacing: 1px; padding: 0px; }
.img-windrad {
height: 320px;
width: 100%;
z-index: -2;
margin: 0px auto 0 auto;
padding: 0rem 1rem 1rem 0rem;
top: 0;
text-align:left;
overflow: hidden;
}
}
/* ENDE HEADER */

/* 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 red;
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 */


/* Tabelle scrollbar */
.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}
/* Ende Tabelle scrollbar */

/* Tabelle  https://divtable.com/table-styler/ */

table.minimalistBlack {
  border: 1px solid #000000;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.minimalistBlack td, table.minimalistBlack th {
  border: 1px solid #000000;
  padding: 15px 15px;
}
table.minimalistBlack tbody td {
  font-size: 13px;
}
table.minimalistBlack thead {
  background: #CFCFCF;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  border-bottom: 3px solid #000000;
}
table.minimalistBlack thead th {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
table.minimalistBlack tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  border-top: 3px solid #000000;
}
table.minimalistBlack tfoot td {
  font-size: 14px;
}
/* Ende Tabelle */

/* Toggle Weiterlesen TEST */
.module {
  border: 0px solid #ccc;

}

#toggle-input {
  display: none;
}

.toggle-label {
	font-size: 30px;
	width: 35px;
	color: #fff;
	background-color: #638AA7;
	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: #638AA7;
}
.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: #638AA7;
font-size:14px;  
text-transform: uppercase;
font-family: 'montserrat', Arial, sans-serif;
padding: 6px 10px 5px 10px;
margin: 0px 0px 0px 0px;
color:#fff;
letter-spacing: 0px;
min-width: 120px;
text-align: center!important;
text-decoration:none;
transition: all 0.2s;
}
.button-1:hover{ background-color: green; 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}


.button-4{
background-color: #000;
font-size:14px;  
text-transform: uppercase;
font-family: 'montserrat', Arial, sans-serif;
padding: 11px 10px 10px 10px;
margin: 0px 0px 0px 0px;
color:#fff;
letter-spacing: 0px;
min-width: 120px;
text-align: center!important;
text-decoration:none;
box-sizing: border-box;
transition: all 0.2s;
}
.button-4:hover{ background-color: #fff; color:#000;}




/* ENDE BUTTONS */

/* Linien */
.line-1{	
width: 90px;
height: 5px;
background-color:#BF0028;
}

.line-2{	
margin-top: -13px;
width: 192px;
height: 6px;
background-color:red;
}
/* 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-#638AA7 {background-color: rgba(255,0,0,0.5);} /* #638AA7 */
.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 */


