/*
Theme Name: Hanseatic-cleaning.de
Theme URI: https://khrystev.dev/
Author: Roman Khrystev
Author URI: https://khrystev.dev/
Description: Digital Marketing
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1
Requires at least: 5.0
Tested up to: 5.5
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@media (min-width: 1024px) {
  .size-24 {
    width: 8rem;
    height: 8rem;
  }
}

.loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px;
  width: 72px;
  height: 72px;
  border: 3px dotted #9d7132;
  border-style: solid solid dotted dotted;
  border-radius: 50%; 
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
  z-index: 222;
}

.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted #000;
  border-style: solid solid dotted;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  animation: rotationBack 1s linear infinite;
  transform-origin: center center;
}
    
.loader::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 50%; 
  top: 50%; 
  margin: -24px;
  border: 2px dotted #000;
  border-style: solid dotted solid dotted;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  animation: rotationBack 2.5s linear infinite;
  transform-origin: center center;
}

.form {
  position: relative;
}

.form-messages {
  position: absolute;
  background-color: rgba(255,255,255,.7);
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  display: none;
}

.form-messages.active {
  display: flex;
}
    
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
} 

table { 
  line-height: 24px; 
  border-spacing: 1.66667px;
  border-top-width: 0.833333px;
  border-right-width: 0.833333px;
  border-bottom-width: 0.833333px;
  border-left-width: 0.833333px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  min-width: 300px;
  width: 100%;
}

table * {
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(229, 231, 235);
  border-right-color: rgb(229, 231, 235);
  border-bottom-color: rgb(229, 231, 235);
  border-left-color: rgb(229, 231, 235);
  border-spacing: 1.66667px; 
  padding: 16px;

}

thead tr {
  background-color: rgb(249, 250, 251);
  color: rgb(55, 65, 81); 
}

tbody tr {
  color: rgb(0, 0, 0); 
  border-top-width: 0.833333px; 
}

th {
  color: rgb(55, 65, 81); 
  text-align: left;
}

td {
  color: rgb(0, 0, 0); 
}

thead { 
   border-collapse: collapse;
} 

.footer-end-links a {
  text-decoration: underline;
}

.footer-end {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  opacity: .7;
}

.copyright {
  opacity: 0.7;
}