@charset "UTF-8";




body {
    font-family: initial;
    color: darkslategrey;
}

i {
    color: #cc9933;
    font-style: normal;
}


h1 {
    color: #cc9933;
    font-size: 2rem;
    font-weight: bold;
}

h2 {
    color: black;
    font-size: 1.75rem;
}

h3 {
    color: #cc9933;
    font-size: 1.2rem;
    margin-bottom: 15px;
}


a {
    text-decoration: none;
    opacity: 1.0;
    color: #cc9933;
    font-weight: normal;
}

a:hover {
    text-decoration: none;
    opacity: 1.0;
    color: black;
    font-weight: normal;
}


a.btn {
    text-decoration: none;
    background-color: #cc9933;
    color: white;
    padding: 5px 10px;
    margin-right: 5px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

a-btn:hover {
    text-decoration: none;
    background-color: #cc9933;
    color: white;
    padding: 5px 10px;
    margin-right: 5px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}





a.navi-btn {
    text-decoration: none;
    color: white;
    margin-right: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

a.navi-btn:hover {
    color: white;
    font-size: 1.2rem;
}





a.link-btn {
    text-decoration: none;
    background-color: #faf5ea;
    color: #cc9933;
    padding: 5px 10px;
    margin-right: 5px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
display: inline-block;
margin-bottom: 5px;
}

a.link-btn:hover {
    background-color: white;
}




a.btn-icon {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    opacity: 0.3;
}

a.btn-icon:hover {
    opacity: 1.0;
}


a.btn-icon-aktiv {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    opacity: 1.0;
}

a.btn-icon-aktiv:hover {

}




p {
margin-bottom: 5px;
}




.video {
    float: left;
    position: relative;
    width: 100%;
    height: 0;
}




button {
    background-color: black;
    border-width: 0px;
    color: white;
    font-size: 1vw;
}


.cropped {
     margin: 50px 25px 0px 25px;
     overflow: hidden;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
}


.cropped-innen {
     margin: 0px 0px 0px 0px;
     overflow: hidden;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
}

 .cropped img {

}


