@charset "UTF-8";

@media screen and (min-width: 769px) {
	.c_image_container {
		width: 460px !important;
		float: left;
		margin-left: 15px;
		margin-bottom: 10px;
		padding-right: 10px;
	}
	
	div.landscape {
		width: 460px !important;
	}
	div.portrait {
		width: 225px !important;
	}
	
	.c_text {
		padding-top: 0 !important;
		line-height: 1.3rem !important;
		font-size: 1.0rem !important;
	}
	
	.clearleft {
		padding-left: 15px !important;
	}
	
	.c_image_image img.landscape {
		width: 460px !important;
		height: auto !important;
	}
	.c_image_image img.portrait {
		height: 400px !important;
		width: auto !important;
	}
}

@media screen and (min-width: 1101px) {
	body {
		/*width: 1100px;
		margin: 0 auto;*/
	}
	
	
	
	.c_image_container {
		/*padding-right: 5px;*/
	}
	
	div.landscape {
		width: 600px !important;
	}
	div.portrait {
		width: 270px !important;
	}
	
	.c_text {
		/*margin: 0 0 0 445px;*/
	}
	
	.c_image_image img.landscape {
		width: 600px !important;
		height: auto !important;
	}
	.c_image_image img.portrait {
		height: 480px !important;
		width: auto !important;
	}
	
	
	#js-nav {
		margin-left: 567px;
		position: absolute;
		/*top: 340px;*/
		/*margin-right: -20px;*/
		/*border: 1px solid red;*/
		transform: translateX(0%) !important;
		/*overflow:hidden !important;*/
	}
	
	#bg-container{
		width:100%;
	}
	
	#sticky {
		width: 1100px !important;
		margin: 0 auto !important;
		left:0;
		right:0;
	}
	#stickytotop {
		width: 1100px !important;
		margin: 0 auto !important;
		left:0;
		right:0;
	}
	.content {
		width: 1100px !important;
		margin: 0 auto !important;
		left:0;
		right:0;
	}
	
	.back-to-top {
		/*margin-left: 567px !important;*/
		margin-left: 20px !important;
	}
	
	ul li.dummy {
		display:none;
	}
}



.header a img {
  text-decoration: none;
  padding-top: 10px;
  padding-left: 10px;
}

h1.title {
	padding-left: 15px;
	padding-top: 12px
}

* {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Sans-Serif;
	
}

.content {
	padding-top:55px;
	/*overflow: hidden;*/
	background: #fff;
	/*max-width: 800px;*/
	/*pointer-events:none;*/
	
}

h1.title {
	font-size: 16px;
}

#sticky {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
}

#buttoncover { 
	right: 15px;
	position: absolute;
	padding-top: 6px;
	padding-right: 6px;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}

button {
	background: none;
	border: none;
	appearance: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	
 }

body {
	background: #fff;
	color: #333322;
}

.header {
    background: #fff;
    display: flex;
    align-items: center;
    height: 30px;
    padding: 10px 20px 10px 5px;
    color: #333322;
	/*text-align: right;*/
	/*border: 1px solid red;*/
	border-bottom: 1px solid #ccc;
}

.nav {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
	/*height: 500px;*/
	height: 100vh;
	max-height: 100vh;
    transition: transform 0.7s, opacity 1s;
    transform: translateX(100%);
    opacity: 0;
    color: #333322;
	overflow:auto;
	border-left: 1px solid #bbb;
	/*border-bottom: 1px solid #bbb;*/
	/*margin-top: 50px;*/
	/*padding-bottom: 50px;*/
	/*z-index: 10;*/
}

/*.nav ul {
   overflow:auto;
   border: 1px solid red;
}*/

/*#navigation {
   overflow-y:auto;
   overflow-x:hidden;
   border: 1px solid red;
}*/

.nav.show {
    transform: translateX(0%);
    opacity: 0.92;
}

.list {
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*height: inherit;*/
	padding-top: 15px;
	/*z-index: 20;*/
}

.list li.text {
	font-weight: bold;
}

.list li a {
	text-decoration: none;
	color: #333322;
	cursor: pointer;
	padding-left: 10px;
}

.list.linksdisabled li a {
	pointer-events: none;
}

.list li a:hover {
  color: #0159aa !important;
}

.list li a.selected {
  color: #ff0000;
}

.list li {
    margin: 10px 10px 10px 10px ;
    font-size: 1.15rem;
}

.hamburger {
    position: relative;
    margin-left: auto;
    width: 27px;
    height: 21px;
    z-index: 1;
}

.hamburger span {
    position: absolute;
    left: 0;
    background: #333322;
    width: inherit;
    height: 3px;
    transition: transform 0.5s, opacity 0.5s;
}

.top-line {
    top: 0px;
}

.center-line {
    top: 9px;
}

.bottom-line {
    top: 18px;
}

.top-line.active {
    transform: translateY(9px) rotate(45deg);
}

.center-line.active {
    opacity: 0;
}

.bottom-line.active {
    transform: translateY(-9px) rotate(-45deg);
}


div.c_header h1 {
	font-size: 1.8rem;
	color: #0159aa;
}

div.c_date h3 {
	font-weight:normal;
	font-size: 1.0rem;
	color: #555;
}

.container {
	padding: 15px 0 15px 0;
	clear: left;
	border-top: 1px solid #ccc;
}

.noborder_container {
	border-top: 0 !important;
}

.c_date {
	padding: 5px 12px 5px 15px;
}
.c_header {
	padding: 5px 12px 5px 15px;
}
.c_text {
	padding: 5px 15px 5px 15px;
	line-height: 1.4rem;
	font-size: 1.1rem;
}
.c_link {
	padding-left: 15px;
	/*line-height: 1.3rem;
	font-size: 1.0rem;*/
}

.c_link a, span {
	font-weight: bold;
	color: red;
}

span.c_image_text_link a {
	color: red;
	font-weight: normal;
	/*text-decoration: none;*/
}

.clearleft {
	clear: left;
	padding-left: 5px;
}

.pager {
	clear: left;
	text-align: left;
	padding-left: 15px;
}

.floatleft {
	float: left;
}

.tage {
	padding: 4px 10px 0px 10px
}

.c_image_image img {
    width: 100%;
	height: auto;
}
.c_image_text {
	padding: 6px 5px 3px 5px;
	background-color: #aaccff;
	margin-top: -5px;
	margin-bottom: 5px;
}

.back-to-top {
  background-image: url("/img/top.png");
  background-repeat: no-repeat;
  background-size: 48px 41px;
  position: absolute;
  right: 2px;
  padding: 1em;
  z-index: 100;
  text-decoration: none;
}
#stickytotop {
  position: fixed;
  bottom: 76px;
  width: 100%;
  height: 0px;
}
#stickytotop.disabled {
  display: none;
}

body.disabled {
	overflow: hidden !important;
	/*opacity: 0.5;*/
}

body.disabled div.container  a {
	pointer-events: none;
}

.datenschutz, .impressum, .images {
	padding: 5px 12px 5px 15px;
}

.datenschutz p, .impressum p {
	padding: 5px 0px 5px 0px;
}

.datenschutz ul li, .impressum ul li {
  list-style: square !important;
  margin-left: 30px !important;
}

.datenschutz h3, .impressum h3 {
	padding: 10px 0px 0px 0px;
}
.datenschutz h1, .impressum h1, .images h1 {
    font-size: 1.8rem;
    color: #0159aa;
}

.datenschutz em, .impressum em {
    margin: 40px 0px 40px 0px !important;
}
