
/* That's it: */
.mouse {
  display: block;
  position: absolute;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #9F311E;
  bottom: 150px;
  left: 50%;
  margin-left: -13px;
  z-index: 1;
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #9F311E;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
  }
}






*{
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
    font-size: 18px;

}

a{
    text-decoration: none;
    color: #2B2A29;
}
a:hover{
    text-decoration: none;
    color: #9F311E;
}
ol, ul {
    padding-left: 0px;
}
html {

    height: 100%;
    width: 100%;
    background-color: #F0EFEB;
}

.uk-table-hover tbody tr:hover, .uk-table-hover>tr:hover {
    background: #f1f1f1;
    color: #9f311e;
}

.uk-accordion-title::before {
    background-image: url(img/+.png);
}

.uk-open>.uk-accordion-title::before {
    background-image: url(img/-.png);
}

.uk-accordion-content > *, ul,li,p{
    text-align: left !important;
}
.uk-open .uk-accordion li a:active {
    color: #EF7F1A;
}
.uk-table th{
    text-align: left;
    color: #9F311E;
    font-size: 1em;
}
.uk-table td{
    text-align: left;
}
ul,li{
    line-height: 30px;
    list-style: none;
}
span{
    color: #9F311E;
}
.uk-dropdown-nav>li>a {
    color: #2B2A29;
    text-align: left;
}
.uk-dropdown-nav>li>a:hover {
    color: #EF7F1A;
    text-align: left;
}
.uk-button {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #9F311E;
    color: white;
    font-weight: 300;
    margin-top: 10px;
}
.orange{
  color: #EF7F1A;
  font-weight: 500;
  text-transform: uppercase;
}
.uk-button:hover{
    background-color: #EF7F1A;
    color: white;
}
.uk-accordion-content {
    margin-top: 20px;
    background-color: white;
    border-radius: 0px;
    padding: 20px;
}

.uk-accordion li a {
    color: #9F311E;
    text-align: left;
}
.uk-accordion-title:focus, .uk-accordion-title:hover{
    color: #9F311E;
}

.uk-accordion li a:active {
    color: 
    #EF7F1A;
}
.uk-accordion li a:hover {
    color: #EF7F1A;
}
ul {
    list-style: none;
}
.liste ul {
    padding-left: 1rem;
}
.liste ul ::before {
    content: "\2022";
    color: #9F311E;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1rem;
}
.uk-dropdown-nav{
    font-size: 20px;
}
.zb {
    position: fixed;
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
    height: 100vh;
    width: 100vw;
    margin: 0 auto;
    z-index: -1;
}
/* .border{
    border: 2px solid  white;
    height: 94%;
    width: 97%;
    margin: 16px;
    position: absolute;

} */

.background {
 z-index: 0;
 height: 100%;
 min-height: 100vh;
 position: fixed;

}
.uk-slideshow-items>*{}
.inhalt{
    /* padding-left: 15px;
    padding-right: 15px; */
}

.container{
    background-color:rgba(240, 239, 235, 0.9);
    width: 800px;
    min-height: 100vh;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    right: 50%;
    margin-right: -400px;
}

.container-impressum{
    max-width: 650px;
    margin-left: 15px;
    margin-right: 15px;
    margin: 0 auto;
    text-align: left;
    padding: 15px;
}
.container-impressum h3, h4{
    text-align: left;
}

.container-impressum p, li {
text-align: left;
line-height: 35px;
}
.container-impressum h1 {
padding-bottom: 0px;
color: #9F311E;
text-align: left
}

.container-impressum h2 {
padding-bottom: 10px;
padding-top: 20px;
color: #9F311E;
text-align: left
}


.balken-oben{
    background-color: #9F311E;
    width: 100%;
    height: auto;
    z-index: 1;
}

.balken-kurse {
    background-color: #9F311E;
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.balken-kurse h2 {
color: white;
padding: 10px;
}

h1 {
    padding: 20px;
    text-align: center;
    font-size: 3.5em;
}

h1, h2{
    font-family: "Antro Vectra";
    font-weight: bolder;
    color: #EF7F1A;
}
h3, h4{
    color: #EF7F1A;
}
.uk-table-divider>:first-child>tr:not(:first-child), .uk-table-divider>:not(:first-child)>tr, .uk-table-divider>tr:not(:first-child) {
    border-top: 1px solid #cccccc;
}
.content {
    width: 70%;
    min-height: 100vh;
    color: #2B2A29;
    display: flex;
    flex-direction: column;
    margin: 0 auto;

}


.aufzaelung{
    padding: 30px;
    font-size: 25px;
}

.button{
    width: 120px;
    position: absolute;
    right: 0px;
}

.logo {
    margin: 0 auto;
    width: 275px;
}


.infos{
 
    padding: 30px;
}


li {
    line-height: 30px;
}


.icons img {
    margin-right: 10px;
    margin-bottom: 20px;
}

.icons a {
    display: inline-block;
}
footer {
    background-color: #9F311E;
    padding-top: 20px;
    padding-bottom: 20px;

}
footer a {
    text-decoration: none;
    color: white;
    font-size: 16px;
}
footer a:hover {
    color: #EF7F1A;
    text-decoration: none;
}

a:hover { 
  color: #9F311E;
}

.links a{
    color: #2B2A29;
}
.links a:hover { 
    color: #9F311E;
    text-decoration: none;
  }
.icons-handy{
    display: none;
}

.uk-icon-button {
    width: 50px;
    height: 50px;
    background: #9F311E;
    color: white;


}
.uk-icon-button:hover{
    width: 50px;
    height: 50px;
    background: white;
    color: #9F311E;
}

.button-handy{
    display: none;
}
.slider-handy{
    display: none;
}

@media (max-width:479px) {
.termine, .julia{
display: none;
}
.icons-handy{
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0px;
}
h1{
    font-size: 3em;
}

footer{
    padding-bottom: 70px;
}
.icons{
    display: none;
}

.icons-handy-items{
    flex: 1;
    margin: -3px;
    background-color: #9F311E;
}
.icons-handy-items a {
width: 100%;
color: white;
padding-bottom: 15px;
padding-top: 15px;
}

.container-impressum{
    max-width: 350px;
}

.button{
    width: 100px;
}
.content {
    height: auto;
    min-height: 50vh;
    width: 90%;
 }
 .button-pc{
    display: none;
}
.button-handy{
    display: block;
}
.mouse{
    display: none;
}
.slider-pc {
    display: none;
}
.slider-handy{
    display: block;
}
}

@media (max-width:767px) {

    .slider-pc {
        display: none;
    }
    .button-handy{
        display: block;
    }
    
.button-pc{
    display: none;
}
    .termine, .julia{
        display: none;
        }
html {
    background-image: none;
}
h1{
    font-size: 3em;
}


.container{
    width: 100%;
    min-height: auto;
    position: relative;
    top: 0px;
    right: 0;
    margin-right: 0;
}
.content {
   height: auto;
   min-height: 50vh;
   width: 90%;
}

.container-impressum{
    max-width: 350px;
}
.background{
    display: block;
    order: 1;
    min-height: 200px;
    height: 300px;
    z-index: 1;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}


/* .zb{
    height: 380px;
    max-height: 300px;
} */

.logo  {
    z-index: 2;
}

.aufzaelung{
    order: 3;
    padding: 15px;
}

.infos{
    padding: 15px;
    flex: 0;
}

.icons{
    order: 4;
}


footer{
    order: 6;
    padding-bottom: 90px;
}

h1{
    padding: 15px;
}
.button{
    width: 80px;
}
.mouse{
    display: none;
}
.slider-handy{
    display: block;
}
}
.uk-modal-dialog{
    background-image: url("img/bild3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.inhalt-p {
    background-color: rgb(240 239 235 / 88%);
    padding: 25px;
    border: 10px solid  #9F311E;
}
.uk-modal-close-default{
    padding: 25px;
}
.uk-sticky-fixed{
    padding-bottom: 10px;
    color: #9F311E;
    }
.link-tel:hover{
    color: #EF7F1A;
    }

.abschnitt * {
margin: 0;
}
.abschnitt{
    padding: 25px;
}
hr{
    background: #d2d2d2;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
hr::after{
    border: none!important;
}
.preise{
    margin-top: 10px;
}
.uk-sticky-fixed {
    background: #9F311E;
    padding:5px 0;
    box-shadow:0 5px 12px rgba(0, 0, 0, 0.15);
}
.uk-sticky-fixed *{
    color: white;
}
.beschreibung{
    color: #2B2A29!important;
    line-height: 20px;
}