body {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-weight:100;}           

    .headerimg_desktop_weit {display: none;}

            #scroll_pu {
                position: fixed;
                left: 0;
                top: 0;
                display:none;
                background-color: #ffffff;
                width:100%;
                -webkit-box-shadow: 0px 7px 50px -1px rgba(255,255,255,1);
                -moz-box-shadow: 0px 7px 50px -1px rgba(255,255,255,1);
                box-shadow: 0px 7px 50px -1px rgba(255,255,255,1);
                z-index:1000;
            }
            

/* HEADER */ 



            .socialicons {
                position: fixed;
                right:15px;
                top: 15px;
                z-index: 5000;
           }

            .center {
                display: block;
                margin-left: auto;
                margin-right: auto;}

            
            .strich {
                width:100%;
                background-color: #263754;
                height: 15px;}

            .strich_schmal {
                width:100%;
                background-color: #263754;
                height: 1px;}
            

            .spacer {
                width:100%;
                height: 5px;}
            
            .wrapper {
                font-size: 18px;
                text-align: center;
                color: #263754;
                background-color: #ffffff;
                max-width: 1000px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 20px;
                margin-bottom: 20px;
                padding:10px;}
            
            .textbox_breit {
                font-size: 18px;
                text-align: center;
                color: #263754;
                background-color: #ffffff;
                max-width: 1000px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 20px;
                margin-bottom: 20px;
                padding:10px;}
                    
             .imprint {
                 position: relative;
                 float: none;
                 clear: both;
                 bottom: 0;
                font-size: 10px;
                text-align: center;
                color: #263754;
                max-width: 1000px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 20px;
                padding:10px;}
            
            a {
                color: #152635;
                text-decoration: none;
            }

            .a_button:hover {
                color: #ffffff;
                text-decoration: none;
            }

            
            a:hover {
                color: #672628;
                text-decoration: none;
                 transition: 0.4s;
            }
            
            
             .ueberschrift_gross {
                 font-family: 'Poiret One', cursive;
                 text-align: center;
                 align-content: center;
                 color: #152635;
                 font-size: 40px;}
            
            .ueberschrift {
                font-family: 'Poiret One', cursive;
                font-size: 30px;
                text-align: center;
                color: #152635;
                align-content: center;}
            
            .content_accordeon {
                font-size: 18px;
                text-align: center;
                max-width: 1000px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 20px;
                margin-bottom: 20px;
                padding:0px;}
            
            .accordion {                
                background-color: #eee;
                color: #263754;
                cursor: pointer;                
                padding: 0px 0px 0px 15px;
                width: 100%;
                border: none;
                outline: none;
                transition: 0.4s;}
            
            .active, .accordion:hover, accordion:active {
                cursor: pointer;
                background-color: #672628;
                color: #ffffff;}


        .buttona, .buttona:hover {
            font-size: 24px;
            cursor: pointer;
            background-color: #672628;
            color: #ffffff;
            border: 0px;
            transition: 0.4s;}

            
            
            .panel {
                margin-left: 0px;
                margin-top: -5px;
                margin-bottom: 15px;
                
                padding: 0 18px;
                background-color: #f2f3f5;
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.2s ease-out;}
            
            
            .fall {
                display: inline-block;
                background-color: #f2f3f5;
                margin: 10px;
                max-width: 300px;
                width: 100%;
                vertical-align: top;
            }
            
            .fall:hover {
                opacity: 0.8;
                z-index:999;
                transition: 0.4s;
            }
                
            
             .fall_text {
                 display: inline-block;
                 padding: 15px;
                 background-color: #f2f3f5;
                 color:#152635;
                 width: 95%;
                 font-size: 16px;
                 text-align: center;
                 vertical-align: top;
            }
            
              .fall_button {
                 display: inline-block;
                 background-color: #d8ccb8;
                  width:100%;
                 color:#152635;
                 font-family: 'Poiret One', cursive;
                 font-size: 25px;
                 text-align: center;
                 vertical-align: middle;
                  padding-top: 10px;
                  padding-bottom: 10px;}
                
            .klickbar {
                cursor: pointer;}
            .klickbar:hover {
                cursor: pointer;
                background-color: #672628;
                color: #ffffff;
            }
            
             .menuscroll {
                font-size: 15px;
                text-align: center;
                background-color: #ffffff;
                width: 100%;
                margin-left: auto;
                margin-right: auto;
                padding-top: 10px;
                padding-bottom: 10px;}

            ul {
                list-style: square outside none;}
            li {
                margin-left: -20px;               
            }
            li.muh {
                margin-left: 0px; 
                list-style: square outside none;
            }





/* LYTE BOX */

.thumbnail {
  max-width: 160px;
}

.italic { font-style: italic; }
.small { font-size: 0.8em; }

/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
    z-index:1000;
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 10%;
       
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

/* OVERLAY */

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: -0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 2000;
    cursor: pointer;
}

#text{

    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    color:#152635;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}


/* FALL DETAILSEITEN */

        .headerimg_desktop {display:block;}
        .headerimg_mobile {display:none;}

        .fall_header {
            background-color: #263754;
            width: 100%;            
            vertical-align: top;}

        .fall_wrapper_content { 
            position: relative;
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 20px;
            align-content: left;}

        .fall_wrapper_content_links {
            display: inline-block;
            float: left;
            position: relative;
            font-size: 16px;
            color: #263754;
            width:700px;
            left: 0;
            position: relative;
            background-color: #ffffff;}

        .fall_wrapper_content_rechts {
            position: relative;
            float: right;
            font-size: 16px;
            color: #263754;
            width: 250px;
            left: 0;
            background-color: #f2f3f5;
            z-index: 50;
            padding: 10px;}

.fall_shortinfotopic {

            position: relative;
            display: inline-block;
            margin-right: 15px;
            max-width: 145px;
        align-content: center;
    text-align: center;
            font-size: 14px;
    
}.fall_shortinfotopic_small {

            position: relative;
            display: inline-block;
            margin-right: 5px;
            max-width: 55px;
        align-content: center;
    text-align: center;
            font-size: 10px;
    
}
     
        .fall_wrapper_content_rechts_preis {
            float: right;
            position: relative;
            font-size: 10px;
            color: #ffffff;
            width: 250px;
            background-color: #263754;
            z-index: 51;
            margin-bottom: 15px;
            padding: 10px;-webkit-box-shadow: 0px 7px 50px -1px rgba(255,255,255,1);
            -moz-box-shadow: 0px 7px 50px -1px rgba(255,255,255,1);
            box-shadow: 0px 7px 50px -1px rgba(255,255,255,1);}

            .fall_preis {
                text-align: center;
                font-family: 'Poiret One', cursive;
                color: #ffffff;
                font-size: 40px;}

            .fall_menuscroll {
                font-size: 15px;
                text-align: center;
                background-color: #ffffff;
                width: 100%;
                margin-left: auto;
                margin-right: auto;
                padding-top: 10px;
                padding-bottom: 10px;}

            .fall_header_wrapper {
                position: sticky;
                left: 0;
                top: 0;
                background-color: #ffffff;
                width:100%;
                -webkit-box-shadow: 0px 7px 50px -1px rgba(255,255,255,1);
                -moz-box-shadow: 0px 7px 50px -1px rgba(255,255,255,1);
                box-shadow: 0px 7px 50px -1px rgba(255,255,255,1);
                z-index:1000;
            }

            .fall_contentblock {
                position: relative;
                
                background-color: #f2f3f5;
                padding: 15px;
                margin-top:0px;
                margin-bottom: 15px;
            
            }

            .fall_contentblock_shortinfo {
                text-align: center;
                position: relative;
                background-color: #f2f3f5;
                padding: 15px;
                margin-top:0px;
                margin-bottom: 15px;
            
            }

            .fall_ueberschrift_gross {
                 font-family: 'Poiret One', cursive;
                 text-align: left;
                 align-content: center;
                 color: #152635;
                 font-size: 40px;
                text-transform: uppercase;}




            .active, .fall_accordion_ueberschrift:active {
                color: #ffffff;}
            .fall_header_scroll_schmal {display: block;}


            

/*OVERLAY TEXTBOX */

            .closeoverlay {
                text-align: right;
                width: 100%;}

            .overlay_textbox_breit {

                background-color: #ffffff;
                -webkit-box-shadow: 0px 7px 50px -1px rgba(0,0,0,1);
                -moz-box-shadow: 0px 7px 50px -1px rgba(0,0,0,1);
                box-shadow: 0px 7px 50px -1px rgba(0,0,0,1);
                z-index:1000;
                padding: 15px;}



        @media screen and (max-width: 600px) {
    
            .headerimg_desktop {display:none;}
            .headerimg_mobile {display:block;}   
            .fall_header_scroll_schmal {display: none;}
            
            .headerimg_desktop_weit {display: none;}}               

        
        @media screen and (max-width: 1000px) {
            
        .headerimg_desktop_weit {display: none;}
        .fall {
            max-width: 500px;}
        .fall_text {
            font-size: 20px;}
        .textbox_breit {
            font-size: 20px;}
        .ueberschrift_gross {
            font-size: 40px;}
        .ueberschrift {
            font-size: 30px;}
        fall_button {
            font-size: 30px;}
        .fall_wrapper_content_links {
            display: block;
            font-size:25px;
            color: #263754;
            width: 100%;
            left: auto;
            margin-right: 15px;
            position: relative;
            background-color: #ffffff;}
        .fall_wrapper_content_rechts {           
            display: none;
            position: relative;
            font-size: 15px;
            color: #263754;
            width: 100%;
            margin-top: 0px;
            margin-right: auto;
            background-color: #f2f3f5;
            padding: 10px;}
        .fall_wrapper_content_rechts_preis {
            display: block;
            position: relative;
            font-size: 20px;
            color: #ffffff;
            width: 100%;
            align-content: center;
            text-align: center;
            margin-right: auto;
            background-color: #263754;
            padding: 0px;
            padding-top: 10px;
            }
            
            .fall_shortinfotopic_small {
            max-width: 90px;
            font-size: 16px;}
            .content_accordeon {font-size: 18px;}
            #text{ width: 90%;}}
            
                 @media screen and (min-width: 1500px) {
                     .headerimg_desktop {display: none;}
                     .headerimg_desktop_weit {display: block;}}




