@charset "utf-8";
/* CSS Document */

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

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



body {
	font-family: 'play', sans-serif;
	font-size: 19px;
	line-height: 25px;
	font-weight: 400;
	text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #ffc129;
}
a.select {
	color:#c33338;
}
h1 {
	font-size: 50px;
	color: #c33338;
	line-height: normal;
	margin-bottom: 20px;
	font-weight: 400;
}
.red {
	color: #c33338;
	font-weight: 600;
}
h1 .yellow {
	color: #ffc129;
}
h2 {
	font-size: 18px;
	font-weight: 600;
}
p {
	margin-bottom: 10px;
}
#container {
	background-color: #FFFFFF;
	width: 1020px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
#language_menu {
	padding: 25px;
	display: block;
}
#language_menu ul {
	display: table;
	width: 100%;
}
#language_menu ul li {
	display: table-cell;
	float: right;
	margin-left: 6px;
}
#header {
	display: table;
	width: 100%;
}
#gallery img {
	width: 100%;
}
#logo {
	display: table-cell;
	float: left;
	margin-left: 25px;
}
#bt_menu, #bt_ln {
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	display: none;
	float: right;
	background-color: #76DB87;
	background-image: url(images/menu_de.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 51px;
	height: 51px;
	margin-top: 25px;
	margin-left: 5px;
}
#bt_menu:hover, #bt_ln:hover {
	cursor: pointer;
}
#bt_ln {
	margin-right: 25px;
	background-image: url(images/menu_ln.gif);
}
#menu_ln {
	display: none;
}
#menu {
	line-height: normal;
	font-size: 18px;
	float: right;
	margin-right: 25px;
	margin-left: 25px;
}
#menu ul {
	height: 67px;
	display: table;
}
#menu ul li {
	display: table-cell;
	vertical-align: bottom;
	padding-left: 10px;
	padding-right: 30px;
	text-align: left;
	border-left-style: solid;
	border-width: 2px;
	border-color: #c33338;
}
#menu ul li.mobile {
	display: none;
}
#gallery {
	margin: 25px;
}
#content {
	margin: 25px;
	margin-right: 150px;
}
#content ul {
	list-style-position: inside;
	margin-bottom: 10px;
}
#footer {
	display: table;
	width:  100%;
	font-size: 15px;
	padding-top: 25px;
}
#footer p {
	margin-left: 25px;
	display: table-cell;
	float: left;
	margin-bottom: 25px;
}
#footer p a {
	display: inline-block;
}
#footer ul {
	margin-right: 25px;
	float:right;
	text-align: right;
	display: table-cell;
	margin-bottom: 25px;
}
#footer ul li {
	margin-left: 10px;
	display: inline-block;
}
@media (max-width: 1020px) {
	#container {
		width: 92%;
		margin: 4%;
	}
}
@media (max-width: 970px) {
	#logo img {
		width: 180px;
		height: 51px;
	}
	#menu {
		font-size: 16px;
	}
	#menu ul {
		height: 51px;
	}
}
@media (max-width: 880px) {
	#content {
		margin-right: 25px;
	}
	#bt_menu {
		display: table-cell;
	}
	#bt_ln {
		display: table-cell;
	}
	#menu ul li.mobile {
		display: block;
	}
	#menu {
		clear: both;
		display: none;
		width: 100%;
		margin-left: 0px;
		float: left;
		font-size: 18px;
		font-weight: 600;
	}
	#menu ul {
		display: inline-table;
		width: 100%;
	}
	#menu br {
		display: none;
	}

	#menu ul li {
		display: block;
		margin-left: 25px;
		margin-right: 25px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 8px;
		padding-bottom: 8px;
		border-left-style: none;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	#menu ul li:nth-last-child(-n+3) a {
		color: #A4A4A4;
	}

	#menu_ln {
		clear: both;
		display: none;
		width: 100%;
		margin-left: 0px;
		float: left;
		font-size: 19px;
		font-weight: 600;
		line-height: 19px;
	}
	#menu_ln ul {
		display: inline-table;
		width: 100%;
	}
	#menu_ln ul li {
		display: block;
		margin-left: 25px;
		margin-right: 25px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 8px;
		padding-bottom: 8px;
		border-left-style: none;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-color: #c33338;
	}

	#language_menu {
		display: none;
	}
	#logo {
		margin-top: 25px;

	}
	h1 {
		font-size: 30px;
	}
	#footer ul {
		display: none;
	}
}
@media (max-width: 380px) {
	#bt_ln {
		width: 25px;
		background-position: right;
		background-size: cover;
		height: 43px;
	}
	#bt_menu {
		font-size: 14px;
		background-size: cover;
		height: 43px;
		width: 43px;
	}
	#logo img {
		width: 150px;
		height: 43px;
	}
}

/* cookiehint */
.cc_container {
    background: #e9e9e9 !important;
}
.cc_container .cc_message {
    font-size: 14px !important;
    color: #000 !important;
}
.cc_container a, .cc_container a:visited {
    text-decoration: underline !important;
    color: #000 !important;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #fff !important;
    background-color: #777 !important;
}
.cc_container a.cc_btn_accept_all{
    text-decoration:none !important
}
