/* background-image: url('../../../layout/images/test.jpg');  */

body {
    background: #7fd0d7;
    font-family: 'Raleway', Sans-Serif;
    font-weight: 400;
    color: #333; /*#000;*/
    font-size: 0.9em;
}

.clear-fix {
	clear: both;
}

.mejs-audio {
    margin-top: 46px !important;
}

.orange {
    color: #00a1b0;
}

/* Textstyles */

h1, h2, h3, h4, h5, h6 {
    color: #00a1b0;	
}

h1 {
	/*    color: #00a1b0;	*/
    font-size: 160%;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 1em;
	/*    margin-top: 0;*/
}

h2 {
    font-size: 120%;
    font-weight: 600;
}

h3 {
    font-size: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

a {
    color: #333;
}


b, strong {
    font-weight: 600;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a  {
    text-decoration: none;
}

.ce_text, #main p {
    line-height: 140%;
}

.center {
    text-align: center;
}

.sc3-last {
    padding-right: 0;
    width: 33.3%;
}

#right h3, #right h2 {
    font-size: 100%;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 118%;
    margin: 0.2em 0 0.3em 0;
}

/* Logo */

#logo {
    background-image: url('../../layout/images/topnav-bg.png');
    height: 118px;
    display: flex;
    align-items: center;	
}

#logo a {
    display: inline-block;
    position: relative;
    left: 1rem;
}

#left .events p {
    margin: 4px;
}
#left .events h3 {
    margin: 0;
}
#right a, #left .box a {
    text-decoration: none;
}

.mod_navigation ul, .mod_customnav ul {
    line-height: 130%;
}

#wrapper {
    background: #fff;
    padding-left: 6px;
    padding-right: 6px;
    background: #fff;
}

#container {
    background: #c0e9f2;
}

#main {
    background: #fff;
}

#main .inside div.mod_article ul, #main .inside div.mod_article ol {
    margin-left: 26px;
}

#main .inside div.mod_article ul li {
    margin: 0 0 0.4em 0;
	list-style: disc; 
}

#header {
    background: #8ecdc1;/*#56baa9;*/
}

#header .mod_pageImage img {
    width: 100% !important;
    margin-bottom: -3px;
}

#header .inside {
    position: relative;
}

/* Rechte Spalte */

#left > .inside {
    padding-bottom: 6px;
}

#right > .inside > div, #left .inside .box {
    font-size: 90%;
    padding: 0.8em 1.2em;
}

#right > .inside > div:not(:last-of-type) {
    margin-bottom: 6px;
}


#left form .submit_container {
	margin: 1rem 0;
}

/* Rechte Spalte - Suche - Suchfeld */

#left input:not(.submit) {
	background: #fff !important;
}



#right #suchform input[name="keywords"] {
    width: calc(100% - 30px);
	border: 1px solid #00a1b0;
	background: #fff;
    border-radius: 0;
}

#right #suchform input[type="submit"] {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none !important;
    float: right;
    width: 22px;
    height: 33px;
    background: transparent;
    background-image: url(/files/layout/images/lupe-blue.png);
    background-repeat: no-repeat;
    border: none;
    text-indent: -5000px;
    cursor: pointer;
    font-size: 0px;
	padding: 0;
}

#right #suchform input[type="submit"]:hover {
    background-position: 0 !important;
}

/* alt */
.ce_downloads_plus .download .file {
	display: inline-block;
	width: 95%;
}
/*.toggler {
	width: 87%;
}*/
.toggler .name {
	display: inline-block;
	width: 80%;
}
.ce_downloads_plus .download .right, .toggler .right {
	display: inline-block;
	width: 4%;
	float: right;
}
#main .mod_article img.mime_icon {
	margin: 0px;
	position: relative;
	top: 3px;
}
#main .mod_article .toggler .right img.mime_icon {
	top: 3px;
}
#left .mod_customnav {
	padding: 2px 10px 2px 0;
	margin-bottom: 12px;
}

.mod_customnav ul {
    margin-left: 0;
    padding-left: 0;
}

.mod_customnav ul li {
	list-style: none;
	margin: 8px 0;
	line-height: 120%;
}
.mod_customnav ul li a, .mod_customnav ul li span {
    font-weight: bold;
}
.mod_customnav ul li a:hover, .mod_customnav ul li a:active, .mod_customnav ul li span.active {
    color: #00a1b0;
}


/* Accordion */

section.ce_accordion, .ce_downloads_plus .toggler {
	margin-bottom: 0.1rem;
}

section.ce_accordion div.toggler, .ce_downloads_plus .folder div.toggler {
    padding: 0.4rem;
    background: #e5f7f5;
	border: 1px solid #00a1b0;
    font-weight: 600;
    cursor: pointer;
    outline: none;
}

section.ce_accordion div.accordion, .ce_downloads_plus .download_folder {
	border: 1px solid #00a1b0;
	background: #e5f7f5;
    border-top: none;
    padding: 0.4rem;
    margin-bottom: 0.5rem;
}
.ce_downloads_plus .download_folder .download {
    margin: 0.3rem 0;
}
.ce_downloads_plus .download_folder > .download:last-of-type {
    padding-bottom: 0.4rem;
}

section.ce_accordion div.accordion > div:last-of-type > p:last-child {
	margin-bottom: 0;
}

section.ce_accordion span.ui-accordion-header-icon {
    height: 24px;
    width: 24px;
    display: inline-block;
    float: left;
	background-repeat: no-repeat;
    margin-top: -2px;
    margin-right: 0.4rem;	
}

section.ce_accordion span.ui-accordion-header-icon.ui-icon-triangle-1-e {
	background-image: url("/files/layout/images/acc-closed.png");
}

section.ce_accordion span.ui-accordion-header-icon.ui-icon-triangle-1-s {
	background-image: url("/files/layout/images/acc-open.png");
}


/* Eventliste - Liste - Detail + Formular */


input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select, input[type="submit"], .button {
	padding: 0.5rem 0.75rem;
	border: 1px solid #00a1b0;
	background: #e5f7f5;
	border-radius: 0;
	font-size: 100%;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus, select:focus, input[type="submit"]:focus, .button:focus {
	outline: 0;
    background: #fcfcfc;
    border-color: #00a1b0;
}

.error {
    font-style: italic;
    color: #660000;
    padding: 0.3em 0.6em;
}

.hint {
    font-style: italic;
    font-size: 0.9em;
}


/* Footer */

#footer .inside {
	margin-top: 6px;
	border-top: 2px solid #00a3ca;
}

#footer .inside .cright {
	font-size: 80%;
	float: left;
	margin-bottom: 0.5rem;
}




#footer .inside .mod_customnav ul {
	margin: 0;
	padding: 0;
	display: flex;
    font-size: 90%;
}

#footer .inside .mod_customnav ul li:not(:last-of-type) {
	margin-right: 1rem;
}

#footer .inside .mod_customnav a {
	text-decoration: none;
}	

#footer .inside .mod_customnav a:hover, #footer .inside .mod_customnav li.active span {
	text-decoration: underline;
}

#footer .inside .box {
	display: inline-block;
	vertical-align: bottom;
	width: 24.6%;
	text-align: center;
	margin-left: -0.2em;
	font-size: 0.9em;
}

#footer .inside .box:first-of-type {
	margin-left: 0;
}

#footer .inside .box img {
	max-height: 100px;
	max-width: 60%;
}

#footer .inside .box a {
	display: block;
}


	
    /* Hauptspalte */
    #main .inside .mod_article:first-of-type {
        min-height: 400px;
    }
    
	

    .home #left .inside {
        background: #b5e1d9;
    }
    #left .inside {
        border-top: 6px solid #fff;
        padding-left: 6px;
        
    }
   

    #main .inside {
        padding: 0.8em 1.2em;
    }



