@charset "UTF-8";
/* CSS Document */ :root {
/*  --c_header: #C3B689; */
  --c_header: #333; 
  --c_menu_footer: #8EADCA;
/*  --c_F_0: #dbecf1;*/
  --c_F_0: #ffffff;
  --c_F_1: #EDD1AA;
  --c_F_2: #100A24;
  --c_F_3: #F9F1E8;
}
html, html * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 400;
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
  /*background-color: #F9F1E8; */
}
header {
  background-color: var(--c_header);
  padding: 15px 0px 0 10px;
  margin: 0px;
}

img {
  /*  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle; */
}
main {
  float: left;
  position: relative;
  background-color: var(--c_F_0);
  padding: 2px 0 2px 0;
  margin: 2px auto 2px auto;
}
footer {
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 100%;
  padding: 10px 30px 0px 20px;
  background-color: var(--c_menu_footer);
  margin: 0px;
}
body {
  margin-left: auto;
  margin-right: auto;
  background: #F9F1E8;
}
table td, .table th {
  font-size: 0.6rem;
}
button {
  font-size: 0.6rem;
}
.style-logo {
  display: block;
  width: 100px;
  float: left;
}
.shadow {
  /* ADD BORDER SHADOW. */
  margin: 20px 0;    
  box-shadow: 0 0 10px #444;
  -moz-box-shadow: 0 0 10px #444;
  -webkit-box-shadow: 0 0 10px #444;
}
.hero {
  /*  padding: 20px 1rem 10px 10px; */
  color: #EFD735;
  text-align: center;
  background-repeat: no-repeat;
  width: 98vw;
  background-image: url("images/Home_1.jpeg");
  aspect-ratio: 4/3;
  background-size: contain;
}

h1 {
    font-size: 1.8rem !important;
    font-weight: 700;
    margin: 0;  
    margin-bottom: 20px;
    color: #4EA7E0;
    display: inline-block; 
    padding: 20px 35px; 
    text-transform: uppercase; 
  }
h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: #4EA7E0;
}
h3 {
  font-size: 0.7rem;
  font-weight: 200;
  margin-bottom: 20px;
}
h4 {
  color: #e9b144;
  font-size: 2rem !important;
  font-weight: 500;
}
h5 {
  font-size: 1.0rem !important;
  font-weight: 200;
  color: #38a9e3;
}
h6 {
  font-size: 0.8rem !important;
  font-weight: 200;
  color: black;
  margin: 0 0 0.5rem 22px;
  text-indent: -22px;
}
p {
  line-height: 120%;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0rem;
  margin-bottom: 0.8rem;
}
/* HIDE RADIO */
[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}
/* CHECKED STYLES */
[type=radio]:checked + img {
  outline: 2px solid #000;
}
/* END HIDE RADIO */
.button {
  border: 2px #FFFFFF solid;
  padding: 8px 30px;
  border-radius: 30px;
  color: #FFFFFFF;
  text-decoration: none;
}
.footer-text {
  margin-bottom: 1rem;
}
.footer-text p {
  font-size: 0.6rem;
  line-height: 0.6rem;
}
.col {
  width: 100%;
  margin: 0;
  float: left;
  padding: 0px 7px 14px 0px;
}
.row{
    box-sizing: border-box;
    position: relative;
    clear: left;
    padding: 0.5rem 0 0 1rem;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
  background-color: var(--c_F_1);
}
.wy_btn {
    font-size: 1rem;
    padding-left: 1rem;
}
.wy_btn li {
    font-size: 16px;
    line-height: 1.4;
}
.col-12 {
  box-sizing: border-box;
  width: 100%;
  display: block;
  background-color: white;
}
.col-12 img {
  width: 90%;
  margin: auto;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.col-1, .col-2, .col-3, .col-4, .col-6, .col-8, .col-9, .col-12 {
  box-sizing: border-box;
  position: relative;
  float: left;
} 
.col-1 {
  width: 8%;
} 
.col-2 {
  width: 16%;
} 
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33%;
}
.col-6 {
  width: 50%;
}
.col-8 {
  width: 66%;
}
.col-9 {
  width: 75%;
}
.col-12 {
  width: 100%;
}
.ssb-image {
  background-image: url("images/logo-ssb2.png");  
  background-size: contain;
  width: 10%;  
  height: 60px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.bti-image {
  background-image: url("images/BTI_Logo.jpg");  
  background-size: contain;
  width: 10%;  
  height: 60px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.col-lg-one-fourth {
  box-sizing: border-box;
  width: 25%;
}
.col-lg-one-fourth img {
  display: block;
  padding: 10px;
  cursor: pointer;
}
.col-lg-one-fourth:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
/*Desktop View*/
@media (min-width: 1024px) {
  html, html * {
    font-size: 24px;
  }
  body {
    max-width: 2200px;
  }
  h2 {
    font-size: 1.5rem;
  }
  .style-nav {
    float: left;
  }
  h3 {
    font-size: 18px;
  }
}
/*Tablet View*/
@media screen and (max-width: 720px) {
  html, html * {
    font-size: 16px;
  }
  body {
    /*   max-width: 778px; */
  }
  .style-nav ul li {
    display: inline-block;
  }
  .style-nav ul {
    text-align: center;
  }
  h2 {
    margin-bottom: 0.8rem;
  }
  h3 {
    font-size: 0.4rem;
    font-weight: 600;
  }

  .col-md-one-half {
    width: 50%;
  }
  .f_pdf::before {}
}
@media screen and (max-width: 600px) {
  html, html * {
    font-size: 12px;
  }
}
.l_select {
  position: relative;
  padding: 2px;
  width: 50px;
  height: auto;
  float: right;
  margin-right: 10px;
}
.l_select_cont {
  padding: 5px;
  margin: 0;
}
.l_select_cont:hover {
  border: thin;
  border-bottom-color: mediumseagreen;
  border-style: groove;
  cursor: pointer;
}
tr {
  padding: 0px;
  margin: 0px;
}
td {
  padding: 8px;
}
.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#backgroundChanger img {
  position: absolute;
  width: 35%;
}
.column_1 {
  float: left;
  width: auto;
  height: 6rem;
  margin: 2px;
}
#caption {
  padding: 4px;
  font-size: 0.6rem;
  text-align: center;
  margin: 5px;
}
.member-content {
  text-align: center;
  margin-top: 10px;
}
.member-content p {
  font-size: 12px;
  color: #aaaaaa;    
  line-height: 1.4rem;
}
.table_top {
    font-weight: bold;
}

.r_txt_1, .r_txt_2 {
    margin: 0.5rem 0 0.5rem 0;
}
.r_txt_1 p {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    padding: 0 2rem 0 0;
}
.r_txt_2 p {
    font-size: 0.6rem;
    margin: 0.5rem 0 0.5rem 0;
    padding: 0 2rem 0 0;
}
.section-content { padding: 0 2% 0 0; margin-bottom: 2rem; }
.section-title { border-top: 4px solid; margin-bottom: 1rem; }

.section-title h2 { display: inline-block; padding: 20px 35px; color: white; text-transform: uppercase; font-weight: 300; margin: 0; font-size: 1.0rem; }
#services_1 .section-title { border-color: #e09d1a; }
#services_1 h2 { background-color: #e9b144; }

#services_2 .section-title { border-color: #7c1fe5; }
#services_2 h2 { background-color: #974dea; }

#services_3 .section-title { border-color: #1dcb7c; }
#services_3 h2 { background-color: #38e395; }

#services_4 .section-title { border-color: #cb1d62; }
#services_4 h2 { background-color: #e3387c; }
#services_5 .section-title { border-color: #cb1d62; }
#services_5 h2 { background-color: #e3387c; }

.contact-form { margin-top: 20px; }
.contact-form input, .contact-form textarea { width: 100%; display: block; border: 1px solid #d5dbe0; padding: 10px 15px; outline: 0; font-size: 0.8rem; }
.contact-form .col-4 , .contact-form .col-12 {padding: 10px 15px;}
.contact-form input { height: 46px; margin-bottom: 30px; }
.contact-form label { font-weight: normal; font-size: 0.8rem; color: #333 }
.contact-form label.required:after { content: "*"; color: red; margin-left: 5px; }
.contactBgColor { background: #e3387c; }
.largeButton { color: white; text-transform: uppercase; font-weight: 700; font-size: 14px; display: inline-block; padding: 10px 20px; border: 2px solid; }

.schulen_tab {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.schulen_tab td, .schulen_tab th {
  border: 1px solid #ddd;
  padding: 8px;
}

.schulen_tab tr:nth-child(even){background-color: #f2f2f2;}

.schulen_tab tr:hover {background-color: #ddd;}

.schulen_tab thead td {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #04AA6D;
  color: white;
 font-size: 0.6rem;
}
.schulen_tab tfoot td  {
    font-weight: bold;
}