﻿/* --- Slider --- */

#slider {
	width: 100%;
	max-width: 830px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

@media (max-width: 767px) {
	#slider {
	margin-top: 10px;
	margin-bottom: 10px;
}
}

/* --- Map --- */

#map {
	width:100% !important;
	height:470px;
}

#map h3 {
	width: 250px !important;
	color: #0063AF !important;
}

/* --- Accordion --- */

#accordion h3 {
	color: #666 !important;
	font-size: 17px;
	font-weight: bold;
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 0;
}
.panel-default > .panel-heading {
    background-image: none;
    background-repeat: no-repeat;
}
.panel-default > .panel-heading {
    background-color: transparent;
    border-color: #ddd;
    border-radius: 0;
    color: #333;
}
.panel-collapse .tinymcewysiwyg p {
    padding-left:15px;
	padding-right:15px;
}

/* --- Slider --- */

.theme-default .nivoSlider {
    background: #fff url("/img/loading.gif") no-repeat scroll 50% 50%;
    box-shadow: 0 10px 15px 0 #c5c5c5;
    margin-bottom: 10px;
    position: relative;
    z-index: -999;
}

/* --- Teaser --- */
.link_box {
	width: 100%;
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0063AF;
}
.link_box a:link 	{ color: #666 !important; text-decoration: none; }
.link_box a:visited 	{ color: #666 !important; text-decoration: none; }
.link_box a:active 	{ color: #0063AF !important; text-decoration: none; }
.link_box a:hover 	{ color: #0063AF !important; text-decoration: none; }
.link_box_titel {
	width: 100%;
	padding-bottom: 10px;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
	color:#666;
}
.link_box_text {
}
.teaser_text p {
	margin:0px !important;
	padding:0px !important;
}
.link_box_bild {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
/*.link_box_bild img {
	float:right;
}*/

.img-center {
    margin: 0 auto;
    display: block;
}

@media (max-width: 991px) {
    .link_box {
	width: 100%;
    margin-left:0;
    margin-right:0;
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0063AF;
}
    .link_box_titel {
	text-align:center;
        padding-bottom: 5px;
}
    .link_box_text {
        text-align:center;
            padding-bottom: 5px;
}
    .link_box_bild {
	border-left: 0px;
}
}

/* --- Stundenplan --- */

.st_date {
	background-color: #666;
	color: #FFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.st_content {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
.st_content_2 {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#stundenplan {
	border: 1px solid #666;
}









/* --- Teaser --- */
#teaser {
	padding-bottom: 40px;
}
#teaser_bild {
	width: 100%;
    max-width:500px;
	height:100%;
    max-height:250px;
}
#teaser_schatten {
	width: 100%;
	height:11px;
	margin-bottom: 20px;
	background-image: url(../img/teaser_schatten.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#teaser_titel {
	width: 100%;
	padding-bottom: 15px;
	font-size:18px;
	font-family: 'Open Sans', sans-serif !important; 
	font-weight: 300 !important;
	text-transform: uppercase;
	text-decoration: none;
}
#teaser_text {
	width: 100%;
}
#teaser_text p {
	margin:0px !important;
	padding:0px !important;
}
#teaser_plus {
	width: 100%;
}

/* --- Teaser 3 spaltig --- */
#teaser_3spaltig {
	width: 100%;
	padding-bottom: 40px;
}
#teaser_bild_3spaltig {
	width: 100%;
	height:100%;
}
#teaser_schatten_3spaltig {
	width: 100%;
	height:11px;
	margin-bottom: 20px;
	background-image: url(../img/teaser_schatten.png);
	background-repeat: no-repeat;
	background-position: center top;
}













/* --------	Xform --------	*/
label {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 5px;
    max-width: 100%;
}
 
div#form-module {
	}
form#form_formular {
	margin-top:20px;
	margin-bottom:20px;
	}

input, textarea {
	color: #666666 !important;
	font-family: Times New Roman,helvetica,sans-serif;
	font-size: 16px !important;
	}

p.formcheckbox {}
input.checkbox {
	}
label.checkbox {
	}
input.select {
	width: 220px;
	margin-left: 4px !important;
	margin-bottom:5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 16px;
	}
label.select {
	width: 190px;
	clear: left;
	float: left;
	font-weight: normal;
	color: #666666;
	}
p.formtext {}
input.text {
	width: 100%;
	margin-left: 0px;
	margin-right:100px;
	margin-bottom:5px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	font-size: 16px;
	color: #0063AF !important;
	background-color: #fafafa;
	border: 1px solid #CCCCCC;}
label.text {
	width: 40px	0px;
	/*clear: left;
	float: left;*/
	font-weight: normal;
	color: #666666;
	}
p.formtextarea {}
label.textarea {}
textarea.textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #CCCCCC;
	background-color: #fafafa;
	font-size:16px;
	margin: 0px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	color:#0063AF !important;
	}
	#form_formular input:focus, #form_formular input:hover,
#form_formular textarea:focus, #form_formular textarea:hover {
	border-bottom-color: #CCCCCC;
	background-color: #fafafa;
	color:#0063AF !important;
}
p.formcaptcha {}
label.captcha img {}
p.formcaptcha input {
	border: 1px solid #666666 !important;
	color:#0063AF !important;}

p.formsubmit {}
input.submit {
	width: 210px;
	height:32px;
	text-align: center;
	background-color: #0063AF;
	border: 1px solid #666666;
	color: #FFFFFF !important;
	margin-top: 20px;
	padding-top:5px;
	padding-bottom:5px;
    float: right;
	}
@media(max-width:767px){
    input.submit {
	width: 100%;
    float: none;
	}
}
input.submit:hover {
	background-color: #fff !important;
	color: #0063AF !important;
	}
p.answertext {}
label .text form_warning, .text form_warning, .form_warning {
	color: #de0f24 !important;
	font-weight: bold !important;
	}
ul.form_warning {
	color: #ffffff !important;
	font-weight: bold;
	background-color: #de0f24;
	}
ul.form_warning li {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}
.form_warning ul li {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}