@media (max-width: 992px) {

	#header a.logo img {
		margin-top: -10px;
	}

	#header .navigation {
		position: absolute;
		display: none;
		width: 100%;
		max-width: 350px;
		right: 0px;
		top: 70px;
		z-index: 200;
		background: #EAEDEF;
	}

	#header .navigation ul {
		width: 100%;
		margin: 0px;
		padding: 0px 15px 0px 15px;
		box-sizing: border-box;
	}

	#header .navigation ul li {
		width: 100%;
	}

	#header .navigation ul li a {
		float: left;
		display: block;
		width: 100%;
		margin: 0px;
		padding-left: 26px;
		border-left: none;
		border-bottom: 1px solid #C4C7C9;
		line-height: 69px;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		color: #134380;
	}

	#header .navigation ul li a br {
		display: none;
	}

	#header .navigation ul li.selected a {
		background: none;
	}

	#header .navigation ul.action li:last-child a {
		border-bottom: none;
	}

	#header .navigation ul li a:hover {
		background: none;
		text-decoration: underline;
	}

	#header ul.action li a {
		background: none;
	}

	#header .navigation.show {
		display:block;
	}

	#header a.button {
		display: block;
		z-index: 200;
	}
	
}

@media (max-width: 768px) {

	#content > .center {
		padding-bottom: 300px;
	}

	.cols-flex-image .img-right {
		width: 230px;
	}

}

@media (max-width: 568px) {

	.cols-flex-image .img-right {
		float: none;
		width: 100%;
		margin-left: 0px;
		text-align: center;
	}

}

@media (max-width: 480px) {

	#cookie-bar .center p {
		margin-right: 0px;
		margin-top: 40px;
	}
	
	.modal-header h2 {
		padding-right: 45px;
	}

}

@media (max-width: 400px) {

	#content > .center {
		padding-bottom: 400px;
	}

}

@media (min-width: 1200px) {

	#totop {
		right: 50%;
		margin-right: -560px;
	}
}

@media (min-width: 1130px) {

	#toinfo {
		right: 50%;
		margin-right: -500px;
	}
}

@media (max-width: 768px) {

	#totop {
		right: 15px;
		width: 35px;
		height: 35px;
	}

	#toinfo {
		right: 15px;
		width: 84px;
		height: 84px;
	}

	#toinfo > .custom-row > .col {
		font-size: 15px;
		line-height: 18px;
	}

}

@media (max-width: 480px) {

	.pricelist .col {
		display: block;
	}

	.pricelist .custom-row {
		margin-bottom: 15px;
	}

	.site-about .btn-pdf {
		min-width: 200px;
		padding-left: 0px;
		padding-top: 60px;
	}

	.btn-pdf.hide-icon {
		padding-top: 0px;
	}

	.site-imprint .bmwi {
		float: left !important;
		margin-bottom: 20px;
	}

	.footer .row div + div {
		border: none;
	}

	#confirmBox {
		width: 100% !important;
		margin-left: 0px !important;
		left: 0px !important;
		top: 0px !important;
	}

	.footer .language .all {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid #B5BCC1;
	}

	/*
	-----------------------------------------------------------------------------------------------------------------------------------------------------------------
	Tag Cloud 
	-----------------------------------------------------------------------------------------------------------------------------------------------------------------
	*/

	.tag-cloud a,
	.tag-cloud span:not(.new) {
		margin: 0px 5px 5px 0px;
	}

}
