/*
Content.sys.css

Verfügbare Platzhalter: 
rgb(255, 255, 255)
rgb(64, 145, 11)
#f0f1f2
rgb(68, 68, 68)
rgb(102, 102, 102)
rgb(153, 153, 153)
rgb(178, 212, 156)
rgb(64, 145, 11)

*/

/*Allgemeine Seiten-Elemente*/
html, body {
	margin: 0;
	padding: 0;
}

body {
	color: rgb(68, 68, 68);
    font-family: "Lato", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;	
	word-wrap: break-word;
	background-color: #fff;
}

.row {
	max-width: 100% !important;
}


a {
	color: rgb(102, 102, 102);
    text-decoration: none;
}
a:visited {
	color: rgb(102, 102, 102);
    text-decoration: none;
}
a:hover {
	color: rgb(153, 153, 153);
    text-decoration: underline;
}
a:focus {
	color: rgb(153, 153, 153);
    text-decoration: none;
}


/*****************************************BibAdmin***********************/
/*     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(255, 255, 255) !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(255, 255, 255) !important;
    box-shadow: 0px 0px 10px #fff;
}

.fp-autocycle-button {
    box-shadow: 0px 0px 10px #fff;
}

.fp-autocycle-pause {
    border-left: solid 3px #000 !important;
    border-right: solid 3px #000 !important;
}

.fp-autocycle-play {
    border-color: transparent transparent transparent  rgb(255, 255, 255) !important;
}

.fp-scrollable {
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 767px) {
    /*Position des Fullpage-Navigationsmenüs.*/
    #fp-nav {
        visibility: hidden;
        display: none;
    }
   

}


    /*######################################################################*/

    /*###############################  Fußzeile  ###########################*/

    /*Der gesamte Footer-Bereich*/
    .footer {
        color: #ffffff;
        text-align: left;
        margin-top: 0px;
        letter-spacing: normal;
        /*falls ein Pfeil nach unten angezeigt werden soll*/
        padding-top: 25px;
        font-size: 12px;
    }

        .footer a, .footer a:hover, .footer a:visited, .footer a:focus, .footer a:active {
            color: #ffffff;
            font-size: 14px;
        }

        .footer h2 {
            margin-bottom: 10px;
            font-size: 20px;
            border-bottom: solid 1px silver;
        }

        /*Der Footer ist in drei Spalten aufgeteilt*/


        /*++++++++++++++++++++++++++ Inhalte linke Spalte ++++++++++++++++++++++++*/
        /*Links gibt es eine Navigation mit allen Seiten*/
        .footer .links {
            float: left;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 0px;
            width: 30%;
            margin-right: 20px;
            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 {
            float: left;
            padding-top: 10px;
            padding-bottom: 10px;
            width: 30%;
            margin-right: 20px;
            min-height: 150px;
            min-width: 300px;
            
        }
        
        .footer .mitte i.btn {
        	width: 100%;
        }

            .footer .mitte .form input {
                /*width: 254px;*/
                width: 100%;
                max-width: 100%;
                height: 40px;
                background-color: #c5c5c5;
                border: solid 1px #313131;
                color: black;
                display: inline;
            }

            .footer .mitte .form textarea {
                background-color: #c5c5c5;
                border: solid 1px #313131;
                margin-bottom: 5px;
                /*width: 254px;*/
                width: 100%;
                color: black;
            }

            .footer .mitte .form #btnsenden {
                /*width: 254px;*/
                width: 100%;
                color: #fff;
                background-color: #8b8b8b;
                border: solid 1px #8b8b8b;
            }


        /*++++++++++++++++++++++++++ Inhalte rechte Spalte ++++++++++++++++++++++++*/
        /*Hier Kontaktdaten und QR-Code*/
        .footer .rechts {
            float: left;
            padding-top: 10px;
            padding-bottom: 10px;
            margin-right: 10px;
            width: 30%;
            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 .rechts .socialNetwork .lnkfacebook  {
    visibility: visible;
    display: block;
}

.footer .rechts .socialNetwork .lnkxing  {
    visibility: hidden;
    display: none;
}

.footer .rechts .socialNetwork .lnktwitter  {
    visibility: hidden;
    display: none;
}

.footer .rechts .socialNetwork .lnkinstagram  {
    visibility: hidden;
    display: none;
}

.footer .rechts .socialNetwork .lnkgoogleplus  {
    visibility: hidden;
    display: none;
}

.footer .rechts .socialNetwork .lnkyoutube  {
    visibility: hidden;
    display: none;
}

.footer .rechts .socialNetwork .lnklinkedin  {
    visibility: hidden;
    display: none;
}*/

    .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;
        }


    /*######################################################################*/

    /*###############################  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;
    }

    /*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*/
    .BibAdmin {
    	width: 120px;
    	padding: 5px;
        border-radius: 5px 5px 5px 5px;
        border: solid 1px silver;
        box-shadow: 1px 2px 2px #fff;
        background: rgba(255,255,255,0.8);
    }
    
    .bibliothek2 > .section > .BibAdmin, .bibliothek2 > .section > .fp-scrollable > .fp-scroller > .BibAdmin,
    .bibliothek2 > .section > .BibContent .contenttext > .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;
    }
    
    .BibEintrag > .BibContent > .Klammer > .BibAdmin {
    	border-radius: 0px;	
    	box-shadow: none;
    	width: 300px;
    	background-color: transparent;
    	border: none;
    }

    /*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);
    }

    /******************* Startseite ******************************/
    .facebookKachel {
        min-height: 840px;
        float: left;
    }

        .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;
        }



    .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;*/
        min-width: 254px; 
        width: 100%;
        text-shadow: none !important;
        margin-top: 30px;
    }


    .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(255, 255, 255);
}

.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;
}
