/* responsive */
div#top,
div#header,
div#navigation,
div#main-wrapper,
div#footer-top,
div#footer-wrapper {
	min-width: auto;
}
div#top,
div#navigation,
div#main-wrapper,
div#footer {
	width: 100%;
	max-width: 1000px;
}
div#main-wrapper {
	padding-bottom: 160px;
}
/* header */
#top .logo img {
	max-width: 100%;
}
/* extra */
/* slider */
#tx_drowhtmlheader #slider {
	width: 100%;
	left: 0px;
	margin-left: 0px;
}
#tx_drowhtmlheader #slider img {
	display: none;
}
#tx_drowhtmlheader .drow-caption {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#tx_drowhtmlheader .drow-caption .headlines {
	top: 31px;
	left: 0px;
	max-width: 80%;
}
/* extra */
@media screen and (max-width: 1024px) {
	div#header {
		margin-bottom: 25px;
	}
	div#footer-wrapper,
	div#top {
		padding: 0px 5px;
	}
	div#main-wrapper,
	div#navigation,
	div#subNavigation ul {
		padding: 0 5px;
	}
	div#main-wrapper:before {
		display: none;
	}
	div#footer-left {

	}
	div#footer-middle{
		width: 25%;
	}
	div#footer-right{
		width: 35%;
	}
}
@media screen and (max-width: 930px) {
	#top .logo {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	#top .top-bar {
		width: 100%;
		padding-top: 0px;
		margin-top: 0px;
		margin-bottom: 15px;
		text-align: center;
	}
	div#footer-left {
		width: 50%;
		text-align: center;
	}
	div#footer-left .footer_icon {
		display: inline-block;
		float: none;
	}
	div#footer-middle {
		width: 50%;
		margin: 0;
	}
	div#footer-right {
		width: 100%;
		padding-top: 15px;
		padding-left: 33%;
	}
}
/* tablet */
@media screen and (max-width: 768px) {
	/* header */
	#top .top-bar > div {
		width: 33%;
		margin-top: 15px;
		margin-right: 0px;
	}
	#top .top-bar > div i.fa {
		font-size: 1.75rem;
		vertical-align: middle;
		margin-top: -4px;
	}
	#top .top-bar div.search-top {
		width: 100%;
		margin-top: 0px;
	}
	#top input.searchbox-sidebar,
	#top .search {
		float: none;
		vertical-align: bottom;
	}
	#top div.search-container-sidebar form {
		font-size: 0px;
	}
	#tx_drowhtmlheader {
		height: 150px !important;
	}
	/* content */
	.tx-felogin-pi1 form label {
		float: none;
	}
}
@media screen and (max-width: 630px) {
	/* header */
	div#navigation {
		display: none;
	}
	div#subNavigation {
		padding-top: 10px;
	}
	/* content */
	div#content_2col_left,
	div#content_2col_right {
		width: 100%;
		float: none;
	}
	div#content_2col_right {
		padding: 10px;
		margin-top: 20px;
		background: #E4EDF4;
	}
	/* srfeuserregister */
	.tx-srfeuserregister-pi1 dt {
		width: 40%;
	}
	.tx-srfeuserregister-pi1 dd {
		width: 60%;
	}
	.tx-srfeuserregister-pi1 input:not([type="submit"]) {
		width: 100%;
	}
	/* footer */
	div#footer-left,
	div#footer-middle,
	div#footer-right {
		width: 100%;
		padding: 0 5%;
		padding-bottom: 15px;
		text-align: left;
	}
	div#footer-left {
		padding-bottom: 5px;
		font-size: 0px;
	}
	div#footer-left .footer_icon {
		margin-bottom: 5px;
	}
}
/* phone big */
@media screen and (max-width: 480px) {
	/* header */
	#top .logo {
		width: 75%;
	}
	#subNavigation ul li {
		width: 49%;
		margin-right: 0px;
		border-bottom: 1px solid #e4e4e4;
		text-align: center;
	}
	#subNavigation ul li:first-of-type,
	#subNavigation ul li:nth-of-type(3) {
		margin-right: 2%;
	}
	#subNavigation ul li.workshops {
		margin-top: 5px;
		clear: both;
	}
	#subNavigation ul li.gesundheit {
		margin-top: 5px;
	}
	div#footer-right .tel {
		font-size: 2.125rem;
	}
	/* form */
	.tx-datamintsfeuser-pi1 div.item label,
	.tx-felogin-pi1 form label {
		width: 96%;
		margin-bottom: 0px;
	}
	.tx-datamintsfeuser-pi1 div.item input,
	.tx-datamintsfeuser-pi1 div.item select,
	.tx-felogin-pi1 form input,
	.tx-felogin-pi1 form select {
		width: 100%;
		margin-top: 0px;
		float: right;
	}
	.tx_drowseminar2 .ordermain label input {
		float: left;
	}
}
@media screen and (max-width: 460px) {
	#top .top-bar > div i.fa {
		display: block;
	}
}
/* phone */
@media screen and (max-width: 360px) {
}
