@charset "UTF-8";
/* ------------------- SEITENLAYOUT ------------------- */
html {
  font-size: 90%;	
}

/*@media (min-width: 992px) {
  html {
    font-size: 93.75%;	
  }	
}*/
@media (min-width: 1200px) {
  html {
    font-size: 100%;	
  }	
}
body {
  background-color: #fff;
  color: #000;
  font-family: "Lato";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
}
a {
	font-weight:900;
}
.light a:hover,
.light a:focus {
  color: #64b2d2;	
}
a:hover,
a:focus {
  color: #fff;	
}
b, strong {
  font-family: "Lato";
  font-weight: 600;
}

/* Fokus */
:focus:not([tabindex="-1"]) {
  outline: 1px solid #000;
}

/* Visually Hidden IE9+ */
.doe-visuallyhidden:not(:focus):not(:active) {
  border: 0; 
  clip: rect(0 0 0 0); 
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  height: 1px; 
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/* Basis-Abstände */
h1, h2, h3, h4, h5, h6,
p, table, ul, ol, figure {
  margin-bottom: 1.125rem;
  margin-top: 0;
}

/* Styling für Header*/
#header .inside::before, #header .inside::after { content: " "; display: table; } 
#header .inside::after { clear: both; }
#header {
	padding-top: 2.25rem;
}
body #wrapper {
	overflow: hidden;
}
#meta {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.1875;
  padding: 1.125rem 2.25rem;	
}

#contact-basics ul,
#leistung-basics ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width:1200px) {
#meta {
  display: flex;	
}
}
#contact-basics li,
#leistung-basics li,
.mod_customnav li {
 padding-right: 2.25rem;
 padding-bottom: 1.125rem;
 display: inline-block;
 }


#contact-basics li:nth-child(3),
.mod_customnav li{
 padding-right: 0;
}
@media (max-width:1200px) {
#contact-basics,
#leistung-basics,
.mod_customnav {
 padding-top: 1.125rem;
 }
}
#header .mod_customnav {
  color: #fc0;
}
#header.mod_customnav a:hover,
#header.mod_customnav a:focus {
  color: #fff;	
}

.office-times,
.phone a,
.email a {
  font-family: "Lato";
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.1875rem;	
}
/*a:hover,
a:focus {
	transition: .9s ease-in-out;
	font-weight: bold;	
}*/
/* Logo */
#logo {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
#logo:after {
  display: block;
  content: " ";
  width: 0px;
  height: 0px;
  -webkit-transform:rotate(360deg);
  border-style: solid;
  border-width: 2.5rem 0 2.5rem 1.125rem;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -1.125rem;
  top: 0;
}
#logo a {
  background-image: url('/files/doe-theme/img/logos/doe-it-Logo-dark.png');
  display: block;
  width: 10rem;
  height: 10rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Styling Footer*/
#footer {
  background-color: #114b62;
  color: #64b2d2;
}
#footer .inside {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
#footer .mod_customnav {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-bottom: 0;
}
#footer h2 {	
  font-family: "Lato";
  font-weight: 500;
  line-height: 1.1875rem;
}
#footer .text, .zitat, 
#footer .mod_customnav li {
  display: block;
  padding-bottom: 1.125rem;
}
#footer 
.mod_customnav a:hover,
.mod_customnav a:focus {
  color: #fff;
  transition: 0.5s;
}
#footer .last, .zitat {
  padding-bottom:4.5rem;
}
#footer .zitat {
  font-weight: bold;
}
#footer .vorteil {
  position: relative;
}
#footer .vorteil ul {
  display: none;
}
@media (max-width:576px) {
 .portfolio h2 {
 padding-top: 2.25rem;	
 }
}
@media (max-width:992px) {
 .vorteil h2 {
 padding-top: 2.25rem;	
 }
}
.social {
 bottom: 0;
 position: absolute;
}
.social img {
 height: 2.25rem;
}
.ESF {
	background-color: #64b2d2;
}
.ESF .text {
	padding-top: 1.25rem;
	color: #114b62;
	padding-left: 0.65rem;
}
/*MODUS*/

.light .mode {
	transition: 1s;
	background: rgba(255, 255, 255, 0.9);
	color: #114b62;
}
.light .lightmode {
	color: #114b62;
}
.mode {
	transition: 1s;
	background: rgba(0, 0, 0, 0.9);
	color: #64b2d2;
}
.lightmode {
	color: #64b2d2;
	right: 0;
	z-index: 101;
	position: absolute;
	padding: 1rem;
	background-image: url('/files/doe-theme/img/icons/mond.png');
	width: 4rem;
	height: 4rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
}
/*.light button {
	border-left: solid #114b62;
	border-bottom: solid #114b62;
	
}
button:hover,
button:focus{
	box-shadow: 0px 0px 60px rgba(255, 255, 255, 0.9);
	transition-timing-function: ease-in-out;
	transition: all 0.5s;
}
*/
.light .lightmode {
	background-image: url('/files/doe-theme/img/icons/sonne.png');
	width: 4rem;
	height: 4rem;
	background-size: contain;
	background-repeat: no-repeat;
}
.light button {
	background-image: url('files/doe-theme/img/icons/sonne.png');
	
	
}
.light button:hover,
.light button:focus{
	box-shadow: 0px 0px 60px rgba(255, 255, 255, 0.9);
	transition-timing-function: ease-in-out;
	transition: all 0.5s;
}
.fadeIn #logo a {
  transition:  5s;
  background-image: url('/files/doe-theme/img/logos/doe-it-Logo.png');
}
#Kontakt figure {
	display: grid;
}
#Kontakt img {
	max-width: 200px;
	justify-self: center;
	margin-top: 2.25rem;
}
#Kontakt .caption {
	justify-self: center;
	padding-top: 1rem;
}
/*++++++++++++GLOSSAR***************/
.mod_glossar_cloud,
.glossar_alpha_pagination {
	display: none;
}
/*GALLERY*/
.ce_gallery {
  margin-bottom: 1rem;
  margin-top: 1rem;  
  width: 100%;    
}
.ce_gallery .row {
    margin: -0.5rem;
}
.ce_gallery ul {
  /*margin: 0;*/
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;    
}
.ce_gallery img {
  width: -moz-available;
  width: -webkit-fill-available;
}
.ce_gallery li {
  padding: 0.5rem;
}
.ce_gallery figure {
  margin-bottom: 0rem;
}
.ce_text .row {
  padding: 2.25rem;
}
.ce_gallery .col-12 {
  max-width: 50%;
}
/*LIGHTBOX*/
#cboxContent,
#cboxLoadedContent {
    background: #000;
}
/*VIDEO*/
#gif video {
max-width: -moz-available;
max-width: -webkit-fill-available;
}
/*#gif figure {
display: grid;
justify-content: center;
}