/*
Content.sys.css

Verfügbare Platzhalter: 
rgb(37, 35, 35)
rgb(192, 165, 118)
#f0f1f2
rgb(204, 204, 204)
rgb(192, 165, 118)
rgb(243, 243, 243)
rgb(238, 238, 238)
rgb(192, 165, 118)

*/

/*Allgemeine Seiten-Elemente*/
html, body {
	margin: 0;
	padding: 0;
}

body {
	color: rgb(204, 204, 204);
    font-family: "Lato", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;	
	word-wrap: break-word;

}

.row {
	max-width: 100% !important;
}


a {
	color: rgb(192, 165, 118);
    text-decoration: none;
}
a:visited {
	color: rgb(192, 165, 118);
    text-decoration: none;
}
a:hover {
	color: rgb(243, 243, 243);
    text-decoration: underline;
}
a:focus {
	color: rgb(243, 243, 243);
    text-decoration: none;
}


/****************************************************************/
/*     nützliche Klassen, die immer wieder mal vorkommen        */
/****************************************************************/

.jDialog { 
    display:none; 
}

.clear { 
    clear: both;  
    width: 0px; 
    height: 0px;}

/*Wenn der Seiteninhalt keine Containergrenzen, sondern über den gesamten Bildschirm gehen soll*/
.fullsize {
	width: 100%;
}

.fullheight {
    height: 100%
}

/****************************************************************/
/*       Allgemeine Elemente für Bootstrap                      */
/****************************************************************/

/*verborgener Schalter, der nur bei besonderen Displays eingeblendet wird.*/
#skipnav a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: transparent;
  transition: top 1s ease-out, background 1s linear;
  z-index: 100;
}

#skipnav a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #18BC9C;
  outline: 0;
  transition: top 0.1s ease-in, background 0.5s linear;
}
/*div#maincontent {

}*/

/*Die Seite verwendet einen unsichtbaren Container, der einheitlich die Breite des Seiteninhalts darstellt*/
.container {
    /*wird in Bootstrap definiert je nach Fenstergröße*/

}

.container.unterseite {
    min-height: 500px;
    outline: none;
}




/*############################  Kopfbereich der Seite mit Bigslider  ########################*/

/*Das ist ein referenzpunkt, der den unteren Punkt des menüs kennzeichnet*/
#page-top {
    visibility: hidden;
}

/*erster Block im Onepager, das Element heißt Header. Gemeint ist die Startseite*/

header {
  text-align: center;
  background: #fff;
  color: #000;
  margin-top: 20px;
}

/*Der header besteht weitestgehend aus einem Bigslider mit darunter liegendem Schatten*/

/*Der Bigslider liegt in einem Div mit der id "Bild". */
#Bild .container {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    /*wenn hier width=100% steht, spannt das Bild über die gesamte Breite*/
    /*width: 100% !important;*/   
}

#Bild, #wowslider-container1 {
    line-height: 0px;
    margin: 0px !important;
    
}


/*++++++++++++++  Den Bigslider selbst konfigurieren ++++++++++++++++++++++++*/

/*die Größe der Miniaturen im Wowslider muss je nach Format angepasst werden!*/
#wowslider-container1 .ws_bulframe div div
{
    /*height: 21px !important;
    width: 42px !important;*/
}

    #wowslider-container1 .ws_bulframe div {
        /*in der style.css der engine anpassen, nicht hietr!! Zeile 941

            format startseite 1500x750: width 90px
            format Unterseite 1500x1000 width 72px
        width: 72px !important;*/

    }

/*Die Controls der Mini-Slideshow ausblenden*/
.slideshow a#vlb{
    display:none
}

/*Die Titel-Box, die im Wowslider bei bildern eingeblendet werden kann.*/
#wowslider-container1 .ws-title div {
    line-height: 18px !important;
}


/*Der Titel-Text der im Wowslider eingeblendeten Textbox (Zeile1)*/
#Bild .container h1 {
    position: relative !important;
    
    color: white !important;
    text-align: left !important;
    z-index: 50 !important;
    
    padding: 0 !important;
    
    margin: 0 !important;

}

/*Der Description-Text der im Wowslider eingeblendeten Textbox (Zeile2)*/
#Bild .container h2 {
    color: white !important;
    text-align: left !important;
    z-index: 50 !important;
    margin: 0 !important;
    position: relative;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/




/*+++++++++++++++++  Der Schatten unter dem Bigslider  +++++++++++++++++*/
#wowslider-container1 .ws_shadow {
    height:50px;
    background-image: url('img/content/schatten.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

/*Die Schattengröße muss je nach Bildschirmauflösung skaliert werden*/


@media (min-width: 993px) {
   
    #wowslider-container1 .ws_shadow {
        height: 50px;
    }
}

@media (max-width: 992px) {
   
    #wowslider-container1 .ws_shadow {
        height: 30px;
    }
}

@media (max-width: 768px) {
   
    #wowslider-container1 .ws_shadow {
        height: 30px;
    }
}

@media (max-width: 600px) {
    
    #wowslider-container1 .ws_shadow {
        height: 20px;
    }
}

@media (max-width: 400px) {
   
    #wowslider-container1 .ws_shadow {
        height: 15px;
    }
}

@media (max-width: 200px) {
   
    #wowslider-container1 .ws_shadow {
        height: 10px;
    }
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++ Visual Slideshow +++++++++++++++++++++++++++++++*/

/*Mobilansicht: */
@media (max-width: 767px) {

    .cleft.cron .slideshow {
        height: 250px !important;
        width: 300px !important;
    }

    .cleft.cron .slideshow-images {
        height: 250px !important;
        width: 300px !important;
    }
}

@media (min-width: 768px) {

    .cleft.cron .slideshow {
        height: 250px !important;
        width: 300px !important;
    }

    .cleft.cron .slideshow-images {
        height: 250px !important;
        width: 300px !important;
    }
       

}

/*@media (min-width: 992px) {

    .slideshow, .cleft.cron .slideshow {
        height: 360px !important;
        width: 615px !important;
    }

    .slideshow-images, .cleft.cron .slideshow-images {
        height: 360px !important;
        width: 615px !important;
    }
}*/

/*######################################################################*/

/*################################ Fullpage-Elemente ###################*/

.fp-section {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/*das sind die Punkte, die die Anzahl der Slides anzeigen*/
.fp-slidesNav.bottom {
	text-align: center;
	bottom: 25px !important;
}

/*Tooltip des vertikalen Menüs*/
.fp-tooltip {
    color: #000 !important;
}


/*Tooltip des horizontalen Menüs*/
.fp-slide-tooltip {
    color: #000 !important;
    opacity: 0.9 !important;
}

/* Backgrounds für section / slide*/
.section {
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.slide {
    background-size: cover;
    /*background-position: center;*/
    background-position: top center;
}

/*Vorwärts / Rückwärts-Schalter*/
.fp-controlArrow.fp-next, .fp-controlArrow.fp-prev {
    /*Box-Shadow geht hier nicht.*/
}

.fp-controlArrow.pfeil .shape1, .fp-controlArrow.pfeil .shape2 {
    /*bei den schmalen Pfeilen schon*/
    background-color: rgb(37, 35, 35) !important;
    /*box-shadow: 0px 0px 10px #fff;*/
}


/*Slide- und Section-Menüs mit den Punkten*/
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: rgb(37, 35, 35) !important;
    box-shadow: 0px 0px 10px #fff;
}

.fp-autocycle-button {
    box-shadow: 0px 0px 10px #fff;
}

.fp-autocycle-pause {
    border-left: solid 3px rgb(37, 35, 35) !important;
    border-right: solid 3px rgb(37, 35, 35) !important;
}

.fp-autocycle-play {
    border-color: transparent transparent transparent  rgb(37, 35, 35) !important;
}

.fp-scrollable {
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 767px) {
    /*Position des Fullpage-Navigationsmenüs.*/
    #fp-nav {
        visibility: hidden;
        display: none;
    }
       
    .fp-next, .fp-prev {
    	visibility: hidden !important;
    	display: none !important;
    }

}


    /*######################################################################*/

    /*###############################  Fußzeile  ###########################*/

    /*Der gesamte Footer-Bereich*/
    .footer {
        color: #ffffff;
        text-align: left;
        margin-top: 0px;
        /*background-color: #737373;*/
        background-color: rgb(37, 35, 35) !important;
        letter-spacing: normal;
        /*falls ein Pfeil nach unten angezeigt werden soll*/
        padding-top: 25px;
        font-size: 12px;
        /*ggfs. nur 30 px, wenn keine ProvenExpertBar vorhanden is*/
        padding-bottom: 75px; 
    }
    
        .footer a {
            color: #ffffff;
            font-size: 14px;
        }
        
        .footer a:visited, .footer a:hover, .footer a:visited, .footer a:focus, .footer a:active {
            color: #ffffff;
        }
        
        .footer input[type=checkbox] {
        	display: inline;
        }

        .footer h2 {
            margin: 20px 0px 10px 0px;
            font-size: 20px;
            border-bottom: solid 1px silver;
        }

		.footer .txtdatenschutz{
			width: 80%;
		}

        /*Der Footer ist in drei Spalten aufgeteilt*/
		

        /*++++++++++++++++++++++++++ Inhalte linke Spalte ++++++++++++++++++++++++*/
        /*Links gibt es eine Navigation mit allen Seiten*/
        .footer .links {
            padding: 10px 10px 10px 30px;
            min-height: 150px;
            min-width: 300px;
        }


            .footer .links ul {
                margin-left: 0px !important;
                padding-left: 0px !important;
                margin-top: 28px !important;
            }

            .footer .links li {
                list-style: none;
                padding-top: 2px
            }



        /*++++++++++++++++++++++++++ Inhalte mittlere Spalte ++++++++++++++++++++++++*/
        /*Hier ein Kontaktformular*/
        .footer .mitte {
            padding: 10px 10px 10px 30px;
            min-height: 150px;
            min-width: 300px;
        }

            .footer .mitte .form .form-control {
                width: 80% !important;
                min-width: 80%;
                height: 40px;
                background-color: #c5c5c5;
                border: solid 1px #313131;
                color: black;
            }

            .footer .mitte .form textarea {
                margin-bottom: 5px;
                height: auto !important;
            }

            .footer .mitte .form #btnsenden {
                min-width: 80%;
                color: #fff;
                background-color: #8b8b8b;
                border: solid 1px #8b8b8b;
            }
    	
    	.ProvenExpertRating {
	        text-align: center;
	        width: 80%;
	        margin-top: 20px;
	    }


        /*++++++++++++++++++++++++++ Inhalte rechte Spalte ++++++++++++++++++++++++*/
        /*Hier Kontaktdaten und QR-Code*/
        .footer .rechts {
            padding: 10px 10px 10px 30px;
            min-height: 150px;
            min-width: 300px;
        }

    /*zweispaltige Ansicht*/
    @media (min-width: 680px) {
        .footer .rechts {
            min-width: 620px;
        }
    }

    @media (min-width: 980px) {
        .footer .rechts {
            min-width: 300px;
        }
    }

    /*Bei den Telefonnummern für eine gleichmäßige Einrückung sorgen*/
    .footer .rechts .left .tel, .footer .rechts .left .fax, .footer .rechts .left .mobiltel {
        display: block;
        float: left;
        width: 60px;
    }

    .footer .rechts .socialNetwork {
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .footer .rechts .socialNetwork a {
            float: left;
            margin-right: 5px;
        }

            .footer .rechts .socialNetwork a img {
                margin-left: 5px;
            }

	    .footer .qr {
	        margin-top: 20px;
	        height: 150px;
	        width: 150px;
	        display: block;
	    }

	    /*Einige Seiten haben eine PDF-Broschüre, dann im html-code des Eintrags entfernen / invisible schalten*/
	    .footer .rechts .PDF_Broschuere {
	        margin-top: 25px;
	    }

	        .footer .rechts .PDF_Broschuere .imagelink {
	            display: block;
	            float: left;
	        }

	            .footer .rechts .PDF_Broschuere .imagelink img {
	                margin-right: 5px;
	                margin-top: 8px;
	            }
	            
        .footer .rechts .PDF_Broschuere .h2textlink {
            display: block;
            line-height: 36px;
            vertical-align: bottom;
            border: none;
            font-size: 1.2rem !important;
        }


    /*######################################################################*/

    /*###############################  SubFooter  ##########################*/


    .subfooter {
        color: #ffffff;
        text-align: left;
        min-height: 30px;
        margin-top: 0px;
        background-color: #313131;
        letter-spacing: normal;
    }

        .subfooter a, .subfooter a:hover, .subfooter a:visited, .subfooter a:active, .subfooter a:focus {
            color: white;
        }

        /*grundsätzlich drei gleichbreite Parts wie im Footer*/
        .subfooter .links, .subfooter .rechts {
            float: left;
            padding-top: 5px;
            padding-bottom: 5px;
        }

    /*größere Ansicht, alle drei Parts sind möglich*/
    @media (min-width: 680px) {
        .subfooter .links, .subfooter .rechts {
            width: 45%;
        }
    }


    /*ganz klein: untereinander darstellen*/
    @media (max-width: 400px) {
        .subfooter .links, .subfooter .rechts {
            width: 100%;
            float: none;
            text-align: left !important;
        }
    }
    /*Rechter Part mit Impressum- und Datenschutz-Link*/
    .subfooter .rechts {
        text-align: right;
    }


    /*######################################################################*/

    /*############################## Admin-Links  ##########################*/

    .Adminlinks.off {
        visibility: hidden !important;
        display: none !important;
    }

    .Adminlinks.on, .Adminlinks {
        text-align: center;
        visibility: visible;
        display: block;
    }

        .Adminlinks a {
            margin-left: 15px;
            color: silver;
        }

            .Adminlinks a:hover {
                color: gray;
            }





    /*######################################################################*/






    /*############### Elemente Masterpage für Content  #####################*/

    /*Boden-Abstand*/
    #IFR_contentPlace {
        padding: 0px;
        margin: 0px;
        background-color: #000;
        
        /********** SCHNEE ************************/
        /*background-color:#C0E1FF !important*/;
	    /*background-image:url('img/snow/schnee1.png'),url('img/snow/schnee2.png'),url('img/snow/schnee3.png');
	    -webkit-animation:schnee 25s linear infinite;
	    -moz-animation:schnee 25s linear infinite;
	    -ms-animation:schnee 25s linear infinite;
	    animation:schnee 25s linear infinite;*/
	    /**** Schnee -> Siehe noch letzte Zeile! ********/
    }

    /*Korrektur Bootstrap*/
    .checkbox {
        padding-left: 0px !important;
    }

    /* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
    .dl-horizontal dt {
        white-space: normal;
    }

    /* Set widths on the form inputs since otherwise they're 100% wide */
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    input[type="select"] {
        max-width: 280px;
    }

    /* Responsive: Portrait tablets and up */
    @media screen and (min-width: 768px) {
        .jumbotron {
            margin-top: 20px;
        }

        .body-content {
            padding: 0;
        }
    }


    /* SLIMBOX */

    #lbOverlay {
        position: fixed;
        z-index: 200;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        cursor: pointer;
    }

    #lbCenter {
        position: absolute;
        z-index: 201;
        overflow: hidden;
        background-color: #fff;
    }

    #lbBottomContainer {
        position: absolute;
        z-index: 200;
        overflow: hidden;
        background-color: #fff;
    }

    .lbLoading {
        background: #fff url(img/slimbox/loading.gif) no-repeat center;
    }

    #lbImage {
        position: absolute;
        left: 0;
        top: 0;
        border: 10px solid #fff;
        background-repeat: no-repeat;
    }

    #lbPrevLink, #lbNextLink {
        display: block;
        position: absolute;
        top: 0;
        width: 50%;
        outline: none;
    }

    #lbPrevLink {
        left: 0;
    }

        #lbPrevLink:hover {
            background: transparent url(img/slimbox/prevlabel.gif) no-repeat 0 15%;
        }

    #lbNextLink {
        right: 0;
    }

        #lbNextLink:hover {
            background: transparent url(img/slimbox/nextlabel.gif) no-repeat 100% 15%;
        }

    #lbBottom {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 10px;
        color: #666;
        line-height: 1.4em;
        text-align: left;
        border: 10px solid #fff;
        border-top-style: none;
    }

    #lbCloseLink {
        display: block;
        float: right;
        width: 66px;
        height: 22px;
        background: transparent url(img/slimbox/closelabel.gif) no-repeat center;
        margin: 5px 0;
        outline: none;
    }

    #lbCaption, #lbNumber {
        margin-right: 71px;
    }

    #lbCaption {
        font-weight: bold;
    }


    /*****************************************************************************/
    /* Carousel */

    .clcontainer {
        min-height: 80px;
        width: 700px;
        margin-top: 0px;
    }

        .clcontainer h2, .clcontainer h3, .clcontainer pre {
            clear: both;
        }

        .clcontainer .carousel,
        .clcontainer .carousel .carousel-wrap {
            border: 0;
            text-align: left;
        }

            .clcontainer .carousel.js .carousel-wrap {
                height: 110px;
                width: 610px;
                float: left;
                margin: 0 10px 10px /*border:1px solid #d3d3d3*/;
                background: transparent; /*#f4f4f4;*/
            }

            .clcontainer .carousel ul {
                margin: 0;
                padding: 0;
            }

            .clcontainer .carousel.js ul li {
                display: inline;
                float: left;
                padding: 2px 0px 0px 0px;
                width: 100px;
                text-align: center
            }

            .clcontainer .carousel .carousel-control {
                display: inline;
                float: left;
                margin: 15px 0px 0 0;
                padding: 5px 0px;
                font-weight: bold;
                font-size: 11px;
                cursor: pointer;
                background: #ddd;
            }

            .clcontainer .carousel .disabled {
                color: #ddd;
                cursor: default;
                background: transparent;
            }

            .clcontainer .carousel div {
                margin: 0;
                padding: 0;
                border: 0;
            }

        .clcontainer div.center-wrap {
            clear: both;
            border: 0;
        }

            .clcontainer div.center-wrap div {
                border: 0;
            }

            .clcontainer div.center-wrap a {
                margin: 0 2px;
                padding: 0 5px;
                border: 1px solid #d3d3d3;
                background: #f4f4f4;
                cursor: pointer;
            }

                .clcontainer div.center-wrap a.active {
                    background: #ddd;
                }


    /*****************************************************************************/
    /* ArrowListMenu */
    .arrowlistmenu {
        width: 180px; /*width of accordion menu*/
    }

        .arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
            font: bold 14px Arial;
            color: white;
            background: black url(titlebar.png) repeat-x center left;
            margin-bottom: 10px; /*bottom spacing between header and rest of content*/
            text-transform: uppercase;
            padding: 4px 0 4px 10px; /*header text is indented 10px*/
            cursor: pointer;
        }

        .arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
            background-image: url(titlebar-active.png);
        }

        .arrowlistmenu ul { /*CSS for UL of each sub menu*/
            list-style-type: none;
            margin: 0;
            padding: 0;
            margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
        }

            .arrowlistmenu ul li {
                padding-bottom: 2px; /*bottom spacing between menu items*/
            }

                .arrowlistmenu ul li a {
                    color: #A70303;
                    background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
                    display: block;
                    padding: 2px 0;
                    padding-left: 19px; /*link text is indented 19px*/
                    text-decoration: none;
                    font-weight: bold;
                    border-bottom: 1px solid #dadada;
                    font-size: 90%;
                }

                    .arrowlistmenu ul li a:visited {
                        color: #A70303;
                    }

                    .arrowlistmenu ul li a:hover { /*hover state CSS*/
                        color: #A70303;
                        background-color: #F3F3F3;
                    }



    /**********************************************************************/
    /********* Content**************************************/
    /**********************************************************************/

    /*Bearbeitungstools für Admins*/
    .bibliothek2 > .section > .BibAdmin, .bibliothek2 > .section > .fp-scrollable > .fp-scroller > .BibAdmin {
        position: absolute;
        top: 50px;
        left: 50px;
        z-index: 110;
        background: rgba(255,255,255,0.8);
        padding: 20px;
        border-radius: 20px 20px 20px 20px;
        border: solid 1px silver;
        box-shadow: 0px 0px 10px #fff;
    }

    .bibkachelnholder .BibAdmin {
        display: block;
        z-index: 110;
        position: absolute;
        background: rgba(255,255,255,0.8);
        padding: 20px;
        border-radius: 20px 20px 20px 20px;
        border: solid 1px silver;
        box-shadow: 0px 0px 10px #fff;
        margin: -443px -20px;
        width: 120px;
    }

    /*Für Bibliotheken: Admin-Link zum Bearbeiten eines Eintrags*/
    .BibNeu {
        text-align: center;
        display: block;
        clear: both;
        width: 100%;
    }

    .BibNeu .BibAdminLinkNeu {
        background: rgba(255,255,255,0.8);
        padding: 20px 40px 20px 40px;
        border-radius: 20px 20px 20px 20px;
        border: solid 1px silver;
        box-shadow: 0px 0px 10px #fff;
        margin: 0px auto;
        background: rgba(255,255,255,0.8);
        position: absolute;
        bottom: 48px;
    }

    /*Textbereich der Content-Seite*/
    .contenttext {
        text-align: justify;
    }

    .bibcontentholder {
        background: rgba(255,255,255,0.8);
    }

    /******************* Facebook-Elemente ******************************/
    .facebookKachel {
        min-height: 840px;
    }

    .facebookKachel .BibEintrag {
        height: 820px !important;
    }

    .facebookKachel .Eintrag {
        padding-right: 0px;
        margin-right: 0px;
        height: 830px;
    }

    .facebookKachel .Klammer {
        margin-top: 15px;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
        min-height: 788px;
    }

    .facebookKachel .Txt {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

	.facebook-holder.activate {
	
	    min-height: 500px;
	    padding: 50px;
	    text-align: center;
	    /*background-image: url('img/f_logo.png');*/
	    background-repeat: no-repeat;
	    background-size: contain;
	    background-position-x: center;
	    background-position-y: center;
	    /*height: 100%;*/
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    justify-content: flex-end;
	

	}

	.facebookBlock .fb-consent {
	    display: inline-block;
	    font-weight: 400;
	    color: #212529;
	    text-align: center;
	    vertical-align: middle;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    background-color: transparent;
	    border: 1px solid transparent;
	    padding: .375rem .75rem;
	    font-size: 1rem;
	    line-height: 1.5;
	    border-radius: .25rem;
	    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	    background-color: #fff;
	    border-color: #007bff;
	}
	
	.facebookBlock a.fb-consent {
		text-decoration: none;
	}
	
	.facebookBlock a.fb-consent:hover {
		background-color: #007bff;
	}


    /******************* Startseite ******************************/


    .weiter a {
        color: #ffffff;
    }

        .weiter a:visited {
            color: #ffffff;
        }

        .weiter a:hover {
            color: #e5e5e5;
        }

    #video {
        width: 615px;
    }

        #video img {
            width: 615px;
            height: auto;
        }

    .textlink {
        color: #000000;
    }

        .textlink:visited {
            color: #000000;
        }

        .textlink:hover {
            color: gray;
        }

    .h2textlink {
        display: inline;
    }

        .h2textlink a {
            margin-top: 2px;
            display: inline-block;
            vertical-align: top;
        }

    .imagelink {
        display: inline;
    }

    .Hinweisbox {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 20px;
        padding: 15px;
        background-color: #d5d5d5;
        /*font-size: 16px;
    font-family: 'Times New Roman', Times, serif;*/
        text-align: justify;
        font-weight: 500;
        color: #000000 /*313131*/;
    }




    /*Bild-Box Leiste rechts*/
    .BildboxRandleiste {
        display: block;
        width: 260px;
        padding: 20px;
        text-align: left;
        margin-bottom: 20px;
        border: dashed 1px #e5e5e5;
        font-size: 14px;
    }

    .BildboxRandleiste_Bild {
        padding: 10px;
        margin-bottom: 10px;
        background-color: #e5e5e5;
        line-height: 22px;
    }

    .BildboxRandleiste_Person {
        font-weight: bold;
        color: #39393a;
    }

    .BildboxRandleiste_Position {
        color: #313131;
    }

    .BildboxRandleiste .gross {
        visibility: visible;
        display: block;
    }

    .BildboxRandleiste .klein {
        visibility: hidden;
        display: none;
    }

    /*Zitatbox*/
    .Zitat {
        display: block;
        width: 260px;
        padding: 20px;
        text-align: left;
        margin-bottom: 20px;
        border: dashed 1px #e5e5e5;
        font-size: 14px;
    }

    .Wortlaut {
        /*font-family: 'Times New Roman', Times, serif;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
        font-size: 16px;
        color: black;
        text-align: center;
        padding: 10px;
        margin-bottom: 15px;
        /*border: solid 1px #313131;*/
        background-color: #e5e5e5;
        line-height: 22px;
    }

    .quot {
        font-weight: bolder;
        font-size: 22px;
        font-family: Georgia, 'Times New Roman', Times, serif;
        margin-right: 5px;
        margin-left: 5px;
    }

    .Person {
        font-weight: bold;
        color: #39393a;
    }

    .Position {
        color: #313131;
    }

    /*Iconbox*/
    .Iconbox {
        display: block;
        width: 260px;
        padding: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

        .Iconbox img {
            max-width: 260px;
        }


    .Referenzen {
        margin-left: 20px;
    }

    .ReferenzenBildlink {
        display: block;
        float: left;
        margin-right: 25px;
        margin-bottom: 20px;
    }



    .autogalerie .topview {
        display: block;
        width: 700px;
    }

    .autogalerie a {
        text-decoration: none;
    }

    .autogalerie .grossbildHolder {
        height: 415px;
        /* width: 400px; */
        text-align: center;
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .autogalerie .trennstrich {
        height: 1px;
        background-color: #fff;
    }

    .autogalerie .laufleiste {
        height: 100px;
        padding-top: 2px;
        background-image: url('img/content/PhotogalerieVerlauf.png');
        background-position: center center;
        background-repeat: no-repeat;
    }

        .autogalerie .laufleiste ul li {
            display: block;
            height: 95px;
            color: #000;
            cursor: pointer;
        }




    .DankeKontakt {
        display: block;
        width: 100%;
        height: 492px;
        background-image: url('img/content/Hintergrund_Kontakt.jpg');
        background-position: top center;
        background-repeat: no-repeat;
        position: static;
        text-align: left;
    }

        .DankeKontakt #dankeTitel {
            padding-top: 100px;
            padding-left: 100px;
            font-size: 14px;
            font-weight: bold;
            text-align: left;
        }

        .DankeKontakt #dankeText {
            font-size: 13px;
            text-align: left;
            padding-left: 100px;
        }


    .ProvenExpertRating {
        text-align: center;
        width: 254px;
    }


    .cright .Kontaktbox {
        margin-top: 40px;
    }

        .cright .Kontaktbox .KontaktboxText {
            color: #8b8b8b;
            text-align: justify;
            padding: 30px 30px 30px 30px;
        }

            .cright .Kontaktbox .KontaktboxText h2 {
                padding: 0px;
                margin: 0px;
                margin-bottom: 10px;
            }

        .cright .Kontaktbox .Kontaktbutton {
            list-style: none;
            text-align: center;
            margin: 10px auto;
            width: 250px;
        }

            .cright .Kontaktbox .Kontaktbutton a, .cright .Kontaktbox .Kontaktbutton a:hover, .cright .Kontaktbox .Kontaktbutton a:visited, .cright .Kontaktbox .Kontaktbutton a:active {
                color: white !important;
                text-decoration: none;
                cursor: pointer;
                padding: 10px 20px 10px 20px;
                background-color: #8b8b8b;
                text-transform: uppercase;
            }

        .cright .Kontaktbox h2 {
            margin-top: 0px;
        }

    .cright .Bigbutton {
        margin-top: 20px;
    }

        .cright .Bigbutton .BigbuttonText, .cright .Bigbutton a {
            font-size: 30px;
            font-weight: 500;
            color: white !important;
            text-transform: uppercase;
            text-align: center;
            padding-top: 20px;
            display: block;
        }

            .cright .Bigbutton .BigbuttonText strong {
                font-weight: 700;
                color: white !important;
            }



    .Startbutton {
        list-style: none;
        text-align: left;
        margin-top: 20px;
        margin-left: 0px;
        width: 300px;
    }

        .Startbutton a, .Startbutton a:hover, .Startbutton a:visited, .Startbutton a:active {
            color: white !important;
            text-decoration: none;
            cursor: pointer;
            padding: 10px 20px 10px 20px;
            background-color: #8b8b8b;
            text-transform: uppercase;
            width: 300px;
            display: block;
            text-align: center;
        }

    .Contentbutton {
        list-style: none;
        text-align: center;
        margin-top: 20px;
        margin-left: 0px;
    }

        .Contentbutton a, .Contentbutton a:hover, .Contentbutton a:visited, .Contentbutton a:active {
            color: white !important;
            text-decoration: none;
            cursor: pointer;
            padding: 10px 20px 10px 20px;
            background-color: #8b8b8b;
            text-transform: uppercase;
            width: 100%;
            display: block;
            text-align: center;
            margin: 20px auto;
            line-height: 40px;
        }

/*###################### schmale Pfeile ####################################*/
/*html:
    <div class="pfeil">  -- + Klasse re oder li
        <div class="shape1"></div>
        <div class="shape2"></div>
    </div>
*/



.pfeil .shape1, .pfeil .shape2 {
    width: 50px;
    height: 5px;
    position: relative;
    border-radius: 5px;
    background-color: rgb(37, 35, 35);
}

.pfeil:hover .shape1, .pfeil:hover .shape2 {
    height: 10px;
}


/*nach rechts*/
.pfeil.re .shape1 {
    margin-top: 25px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    
}
.pfeil.re .shape2 {
    margin-top: 27.5px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pfeil.re:hover .shape1 {
    margin-top: 27.5px;
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    z-index: 6;
}

.pfeil.re:hover .shape2 {
    margin-top: 20px;
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    z-index: 5;
}

/*nach links*/
.pfeil.li .shape1 {
    margin-top: 25px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pfeil.li .shape2 {
    margin-top: 27.5px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pfeil.li:hover .shape1 {
    margin-top: 27.5px;
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    z-index: 6;
}

.pfeil.li:hover .shape2 {
    margin-top: 20px;
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    z-index: 5;
}

/********** SCHNEE ************************/
/*@keyframes schnee{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px}}@-moz-keyframes schnee{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px}}@-webkit-keyframes schnee{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px;}}@-ms-keyframes schnee{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px}}*/
/********** SCHNEE- ENDE ********************/