/*
Theme Name: DieZauberei
Theme URI: https://pirkner.codefactory.live
Author: Das Team der Zauberei
Author URI: https://pirkner.codefactory.live
Description: dieZauberei Theme
Version: 1.0      
License: GNU General Public License v2 or later License
URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: DieZauberei
Tags: responsive, exciting, compatible
*/

body {
 font-family: "share tech mono", Roboto, sans-serif; 
}

/*------Header------*/
#banner {
  background-color: #545273;
  justify-content: center !important;
}

#h3_front{
  background-color: #b6d6e1;
  justify-content: center !important;
  color: #545273;
  padding-top: 7px;
}

/*------Front Page------*/

  
.img_front {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.front {
  background-color: #545273;
}

.info {
 padding: 60px 60px;
 /*background-color: #b6d6e1;*/
 background-color: #ffffff;
}

/*------Team------*/
.btn {
 background-color: #545273;/*#b6d6e1;*/
}

.btn-link {
  color: #b6d6e1/*#545273*/ !important;
 }
 .card {
  background-color: #b6d6e1;/*#545273;*/ 
 }


/*------Kontakt------*/

.contact_form {
  margin: 20px 20px 20px 20px !important;
}


.wpforms-field-name-first {
  background-color: #b6d6e1 !important;
}

.wpforms-field-name-last {
  background-color: #b6d6e1 !important;
}

#wpforms-29-field_1 {
  background-color: #b6d6e1 !important;
}

#wpforms-29-field_2 {
  background-color: #b6d6e1 !important;
}

.sub_button {
  background-color: #545273 !important;
  color: #b6d6e1 !important;
}


/*------Back to top---*/


#myBtn:hover {
  background-color: #000000; }
  

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 15px;
  display: none; }
  
  /*------Footer------*/
  
  
.footer a {
  color: #19191a; }

.footer a:hover {
  text-decoration: none;
  color: #b6d6e1; }

.footer ul {
  list-style-type: none; }