/* pt-sans-regular - latin */
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: url('./font/pt-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('./font/pt-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('./font/pt-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('./font/pt-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('./font/pt-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('./font/pt-sans-v16-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-italic - latin */
@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: 400;
	src: url('./font/pt-sans-v16-latin-italic.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('./font/pt-sans-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('./font/pt-sans-v16-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
	url('./font/pt-sans-v16-latin-italic.woff') format('woff'), /* Modern Browsers */
	url('./font/pt-sans-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
	url('./font/pt-sans-v16-latin-italic.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 700;
	src: url('./font/pt-sans-v16-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('./font/pt-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('./font/pt-sans-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('./font/pt-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */
	url('./font/pt-sans-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('./font/pt-sans-v16-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700italic - latin */
@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: 700;
	src: url('./font/pt-sans-v16-latin-700italic.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('./font/pt-sans-v16-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('./font/pt-sans-v16-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
	url('./font/pt-sans-v16-latin-700italic.woff') format('woff'), /* Modern Browsers */
	url('./font/pt-sans-v16-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
	url('./font/pt-sans-v16-latin-700italic.svg#PTSans') format('svg'); /* Legacy iOS */
}

body{
	margin: 0;
	padding: 0;
	font-family: Roboto, sans-serif;
}

/*		index		*/

#navi{
	width: 100%;
	height: 100px;
	background-color: #E7E7E7;
	display: flex;
	position: fixed;
	z-index: 2;
}

#navi #navi_ct{
	width: 80%;
	display: flex;
}

#navi #navi_ct .img_ct:first-of-type{
	width: 30%;
}

#navi #navi_ct .img_ct:last-of-type{
	width: 70%;
}

#navi #navi_ct2{
	width: 20%;
	background-color: #F2F2F2;
}

#navi .img_ct{
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	background: none;
	width: 100%;
}

#navi_dd{
	width: 100%;
    height: 0;
	position: fixed;
    z-index: 2;
    top: 100px;
    left: 0;
    background-color: #F2F2F2;
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.4);
	overflow: hidden;
}

#navi_dd ul{
	width: 80%;
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

#navi_dd li:first-of-type a{
	margin-top: 30px;
}

#navi_dd ul a{
	width: 75%;
	float: right;
	background-color: #E7E7E7;
	margin: 10px 0;
	text-decoration: none;
	color: #555;
	line-height: 2.5em;
}

/*		home		*/

.content_box{
	width: 80%;
	top: 100px;
	border: 1px solid transparent;
	margin: 0 auto;
	position: relative;
}

.content_box h1{
	color: #2D75B6;
	margin-bottom: 0;
	text-align: center;
}

.content_box h1 + p{
	margin-top: 0;
	font-size: 1.2em;
	text-align: center;
}

.content_box h2{
	color: #555;
	margin-top: 40px;
	margin-bottom: 0;
}

.content_box h3{
	color: #2D75B6;
	margin-bottom: 0;
}

.content_box h3 + p{
	margin-top: 5px;
}

.content_box p{
	color: #555;
	text-align: justify;
}

.content_box a{
	color: #555;
}

.cb_tb_row{
	color: #555;
	display: flex;
	flex-direction: row;
	line-height: 1.55em;
}

ul .cb_tb_row{
	margin-bottom: 10px;
}

.cb_tb_row .cb_tb_row_item{
	width: 50%;
}

.content_box:nth-last-of-type(2){
	margin-bottom: 200px;
	z-index: 1;
}

.content_box .cb_ct{
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	margin: 5px 0 25px 0;
}

.content_box .cb_ct .cb_ct_i{
	min-width: 170px;
}

.content_box .cb_ct .cb_ct_i img{
	width: 100%;
	max-width: 150px;
}

.content_box .cb_ct .cb_ct_p{
	margin-left: 25px;
}

.content_box .cb_ct .cb_ct_p p{
	text-align: left;
}
.content_box .cb_ct .cb_ct_p p span{
	font-weight: bold;
}

.content_box ul{
	color: #555;
}

.content_box ul li span{
	font-weight: bold;
}

.content_box .spacer{
	width: 110%;
	height: 1px;
	background-color: #2D75B6;
	margin-bottom: 20px;
}

.home_img{
	width: 100%;
	text-align: center;
	position: relative;
    top: 100px;
	z-index: -1;
}

.home_img img{
	width: 100%;
	max-width: 610px;
}

#map{
	width: 100%;
	height: 300px;
}

#anfahrt.content_box a{
	text-decoration: none;
}

.content_box form ul{
	padding: 0;
}

.content_box form ul li select{
	height: 31px;
	position: relative;
	right: 3px;
}

.content_box form ul li input{
	height: 25px;
}

.content_box form ul li textarea{
	height: 120px;
}

.content_box form ul input[type="submit"],
a .map_bt{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 5px;
	background-color: #E7E7E7;
	color: #2D75B6;
	border: none;
}

/*		footer		*/

#footer{
	width: 100%;
	height: 50px;
	background-color: #E7E7E7;
	position: fixed;
	bottom: 0;
	z-index: 1;
}

#footer ul{
	width: 80%;
	list-style: none;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	color: #555;
}

#footer li a{
	color: #2D75B6;
	text-decoration: none;
}

@media screen and (max-width: 680px){
	#footer{height: auto;}
	#footer ul{height: auto; background-color: #E7E7E7; flex-direction: column;}
	#footer ul li{margin-top: 10px;}
	#footer ul li:nth-child(2), #footer ul li:nth-child(4){display: none;}
	#footer ul li:last-child{margin-bottom: 10px;}
	.cookie_notice{margin-bottom: 115px !important; border: 1px solid; padding: 15px 0;}
}



@media screen and (max-width: 600px){
	#anfahrt.content_box p:last-of-type{margin-bottom: 100px;}
}

@media screen and (max-width: 500px){
	/*		index
	#navi #navi_ct .img_ct:first-of-type{width: 100%;}
	#navi #navi_ct2 .img_ct img{width: 60px; height: 60px;}
	#navi #navi_ct .img_ct:last-of-type{display: none;}
	*/
	#navi #navi_ct .img_ct:first-of-type img{width: 40px;}
	#navi #navi_ct .img_ct:last-of-type img{width: 130px;}
	/*		home		*/
	.cb_tb_row{flex-direction: column; margin-bottom: 15px;}
	.cb_tb_row .cb_tb_row_item{width: 100%;}
	.content_box .cb_ct{flex-direction: column; align-items: baseline;}
	.content_box .cb_ct .cb_ct_p{margin-left: 0;}
	.content_box ul{padding-left: 15px;}
	.content_box:nth-last-of-type(2){margin-bottom: 100px;}
	.content_box .cb_ct .cb_ct_p{margin-left: 10px;}
	/*		footer		*/
	#footer div{flex-direction: column;}
	#footer div ul{list-style: none; padding: 0;}
}

@media screen and (max-width: 400px){
	#navi #navi_ct2 img{width: 50px;}
	/*		footer	*/
	.cookie_notice{margin-bottom: 135px !important; padding: 25px 0;}
	#footer{/*width: auto; top: 50px; position: relative;*/height: auto;}
}
