/********************************************************************/
/*                                                                  */
/*                       Textsite with wysiwyg                      */
/*                                                                  */
/********************************************************************/


#wysiwygWrapper {
    vertical-align: text-top;
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 0px 38px 20px -31px rgba(0, 0, 0, 0.2);
	padding: 1em 1em 4em;
    /*padding: .4em;*/
}

.wysiwygHeadline {
    padding: 1.5em 1em 1em 1em;
    margin-bottom: .5em;
}

    .wysiwygHeadline h2 {
        margin: 0;
        color: #111;
	font-size:2em;
        /*font-family: 'giorgio-normal', 'Calibri', Arial, sans-serif;*/
    }


#wysiwygImg {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

    #wysiwygImg img {
        
        vertical-align: middle;
	width:1000px;
    }


#WysywigTextBox {
    padding: 1em 1em 4em;

}

#wysiwygWrapper h1 {
    margin-left: 0px;
}

#wysiwygWrapper h2 {
    margin-left: 0px;
}

#wysiwygWrapper h3 {
    margin-left: 0px;
}

#wysiwygWrapper h4 {
    margin-left: 0px;
}

#wysiwygWrapper h5 {
    margin-left: 0px;
}

#wysiwygWrapper li {
    margin-left: 2em;
}

#wysiwygWrapper td {
    vertical-align: text-top;
    padding-bottom: 2em;
}

#wysiwygWrapper p a {
    color: #000;
    text-decoration: underline;
}

#wysiwygWrapper td a {
    color: #000;
    text-decoration: underline;
}

#wysiwygWrapper td img {
  vertical-align: text-top;
  /* width: 100%; */
  max-width: 100%;
  height: auto;
}

/* ColorTheme */

#wysiwygHeadlineGreen {
    background-color: #8cce27;
    border-bottom: 5px solid #78a92c;
}

#wysiwygHeadlineRed {
    background-color: #C22525;
    border-bottom: 5px solid #A02B2B;
}

#wysiwygHeadlineBlue {
    background-color: #2564C2;
    border-bottom: 5px solid #2B5AA0;
}

#wysiwygHeadlineDark {
    background-color: #85b09a;
    border-bottom: 5px solid #668E7A;
}

/********************************************************************/
/*                                                                  */
/*                           Responsive                             */
/*                                                                  */
/********************************************************************/

@media all and (max-width : 980px) {

    #wysiwygImg {
        width: 100%;
        height: auto;
		max-height:auto;
        overflow: hidden;
    }

    #wysiwygWrapper img {
        width: 100%;
    }

    #wysiwygWrapper td {
        display: block;
        margin-bottom: 0em;
        height: auto;
        width: auto !important;
    }
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
