/* Footer
----------*/

	footer {
		position: relative;
		background-color: #E5E5E5;
		padding: 50px 0 50px 0;
	}

	.footer-icon {
		position: absolute;
		top: -75px;
		max-width: 150px;
	}

	.footer-text__caption {
		position: relative;
		font-size: 35px;
		text-align: left;
		font-weight: 200;
		color: #0C7DD8;
		margin-bottom: 25px;
	}

	.footer-text__captionimg {
		max-height: 40px;
		position: relative;
		top: 10px;
	}

	/* Footer Inhalte
	------------------*/

		.footer__title {
			font-family: "PT Serif";
			color: #03263E;
			font-size: 23px;
			font-weight: 700;
			margin-bottom: 12px;
		}

		@media screen and (max-width: 559px) {
			.footer__title {
				margin-top: 30px;
			}
		}

		.footer__search {
			display: block;
			position: relative;
			background-color: #dcdcdc;
			border-radius: 3px;
			height: 40px;
			background-image: url('/project/cafuture/scope/www/pub/img/icon/search-w.svg');
			background-repeat: no-repeat;
			background-size: 20px 20px;
			background-position: center right 10px;
			margin-bottom: 30px;
		}

		.footer__search input {
			position: absolute;
			top: 0;
			width: calc(100% - 40px);
			left: 0;
			height: 100%;
			border: none;
			background-color: transparent;
			border-right: 1px solid #FFFFFF;
			color: #333333;
			font-weight: 200 !important;
			padding-left: 10px;
		}

		.footer__copyright {
			display: block;
			font-size: 13px;
		}

	/* Hotlines (mittlere Spalte)
	------------------------------*/

		.footer__hotline {
			position: relative;
			margin-bottom: 10px;
			line-height: 26px;
		}

		.footer__hotline strong {
			font-weight: 700;
		}

		.footer__flags {
			position: absolute;
			top: 5px;
			left: 0;
			width: 30px;
		}

		.footer__flags img {
			border-radius: 3px;
			margin-bottom: 5px;
			-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
			box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
			width: calc(100% - 5px);
		}

	/* Spalte 1
	------------*/

	.footer__col1 p {
		margin-bottom: 10px;
		line-height: 26px;
	}

	.footer__col1 a {
		text-decoration: none;
	}

	.footer__col1 a:hover {
		text-decoration: underline;
	}

/* Submenü für Impressum, AGB usw.
-----------------------------------*/

	.footer-submenu {
		padding-top: 7px;
		font-size: 13px;
	}

	.footer-submenu a {
		font-size: 15px;
		line-height: 22px;
		padding-left: 2px;
		padding-right: 2px;
	}

	.footer-submenu a:first-of-type {
		padding-left: 0;
	}