

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
*{  margin-top: 0 px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-family: Century Gothic;
}

/*Hintergrund*/
body{
    background-image: url(../img/Hintergrund-Wald.jpg);
    background-position:center top;
}

.inhalt{
    background-color: whitesmoke;
    max-width: 90%;
    width: 1200px;
    margin: 0 auto;
}

.text{
    padding: 10px;
    text-align: center;
    font-size: 20px;
    list-style: none;
}
.text-n{
    padding: 20px;
    font-size: 18px;
}
/*Navigator*/
.nav{
    border-style: solid;
    border-width: 0.5px;
    border-color: whitesmoke;
    max-width: 90%;
    width: 1200px;
    height: 200px;
    margin: 0 auto;
}

.nav-header{
    text-align: left;
    color: whitesmoke;
    font-size: 100%;
    font-family: Comic Sans MS;
    max-width: 90%;
    width: 1200px;
}
.container-nav{
    position: absolute;
    max-width: 90%;
    width: 1200px;
    height: 165px;
    margin: 0 auto;   
}

.container-nav-FeWo{
    position: relative;
    top: -40px;
    left: 0px;
    max-width: 90%;
    width: 1200px;  
}

/* Add a black background color to the top navigation */
.topnav {
    overflow: hidden;
    right: 0;
    bottom: 0;
    position: absolute;
}
.topnav-FeWo{
    overflow: hidden;
    right: 0;
    bottom: 0;
    position: absolute; 
}


/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: whitesmoke;
    text-align: center;
    padding: 14px 0px;
    text-decoration: none;
    font-size: 160%;
}
.topnav-FeWo a {
    float: left;
    display: block;
    color: whitesmoke;

    text-decoration: none;
    font-size: 17px;
}
.topnav:last-child{
    padding: 14px 22px;
}

/* Change the color of links on hover */
.topnav a:hover {
    font-weight: bold;
}

/* Add an active class to highlight the current page */
.topnav a.active {
    color: whitesmoke;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}




/* When the screen is less than 600 pixels wide. Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 770px) {
    .topnav-FeWo a{display: none;}
    .topnav a{display: none; }
    .topnav a.icon {
        display: block;
        position: relative;

        top: 15px;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 770px) {
    .topnav.responsive {position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 20px;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        background-color: transparent;
        font-size: 25px;
    }


}
.navresponsive{
    height: 370px;
    border-style: solid;
    border-width: 0.5px;
    border-color: whitesmoke;
    max-width: 90%;
    width: 1200px;
    margin: 0 auto;
}
/*Ende Navigator*/

/*Startseite*/


.bild_startseite{
    max-width: 80%;
    display: block;
    margin: 0 auto;

}

.sommer-Winter{
    width: 40%;
    display: inline-block;
    font-size: 17px;
    padding: 5%;
    -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
   text-align: left;
}
.div_Sommer-Winter{
    text-align: center;
}
@media screen and (max-width: 850px) {
    .sommer-Winter{
        display: block;
        width: 90%;
    }
}

.sommer-Winter-Bild{
    float: right;
}



/****************Form*****************/
* {
    box-sizing: border-box;
}

input:not([type='radio']){
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

input[type=radio] {
    padding: 5px;
}
label {
    padding: 0px 5px 0px 0;
    display: inline-block;
}


.btn_Form{
    background-color: lightsteelblue;
    color: white;
    padding: 12px 20px;
    border: none;
    width: 25%;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

.btn_Form:hover {
    background-color: lightskyblue;
}

.container {
    background-color: whitesmoke;
    padding: 5px;
}

.col-25 {
    float: left;
    width: 20%;
    margin-top: 0px;
}

.col-75 {
    float: left;
    width: 70%;
    margin-top: 0px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 650px) {
    .col-25, .col-75, .btn_Form {
        width: 100%;
        margin-top: 0;
    }
}
textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}

/************Ende Form************/

/*********FeWo*******************/
.btn_FeWo{

    border-radius: 12px;
    background-color: lightsteelblue;
    width: 40%;
    height: 150px;
    display: inline-block;
    text-align: center;
}
@media screen and (max-width: 600px) {
   .btn_FeWo{
    width: 90%;
    
}
}
.a_Fewo{
    position: relative;
    top: 50px;
    color: whitesmoke;
    font-size: 18px;  
    text-decoration: none;
    
}

.FeWo_div_btn{
    text-align: center;
}

figure{
    padding: 10px;
   width: 35%; 
    display: inline-block;
}

.FeWo_Bilder{
    width: 100%;
}
.FeWo_Bilder{
 transition: transform 0.2s;
}
.FeWo_Bilder:hover {
 transform: scale(2.0, 2.0);
}
a{
    text-decoration: none;
    color: black;
}
a:hover{
    
    text-decoration: underline;
}


.btn_Preise{
     background-color: lightsteelblue;
    color: white;
    border-radius: 4px;
 
}

.btn_Preise:hover {
    background-color: lightskyblue;
}

.table-scrollable { 
    width: 100%; 
    overflow: auto;
    margin: 0 0 1em;
}

th, td {
  padding: .2em .5em;
}  

.tableresp::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.tableresp::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}

/**********************Footer*****************/

footer{
     margin: 0 auto;
    text-align: right;
    width: 80%;
}

.a_footer{
    color: whitesmoke;
}